ResourceDictionary.Item[String] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)