Share via


ResourceDictionary.Item[String] Property

Definition

Retrieves the System.Object value associated with the key index.

public object this[string index] { get; set; }
member this.Item(string) : obj with get, set

Parameters

index
System.String

The identifier of the desired object.

Property Value

System.Object

Implements

System.Collections.Generic.IDictionary`2.Item(`0)

Applies to