ResourceDictionaryItem Property |
Gets or sets the value associated with the given key.
Namespace: Windows.UI.XamlAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public Object this[
Object key
] { get; set; }
Parameters
- key
- Type: SystemObject
The desired key to get or set.
Return Value
Type:
ObjectValue of the key.
See Also