ModelItemDictionary.IDictionary.Item Property
For a description of this member, see IDictionary.Item.
Namespace: Microsoft.Windows.Design.Model
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Private Property Item ( _
key As Object _
) As Object Implements IDictionary.Item
Get
Set
Object IDictionary.this[
Object key
] { get; set; }
private:
virtual property Object^ Item[Object^ key] {
Object^ get (Object^ key) sealed = IDictionary::Item::get;
void set (Object^ key, Object^ value) sealed = IDictionary::Item::set;
}
private abstract Item : Object with get, set
private override Item : Object with get, set
JScript does not support explicit interface implementations.
Parameters
- key
Type: System.Object
The key of the element to get or set.
Property Value
Type: System.Object
The element with the specified key.
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the ModelItemDictionary instance is cast to an IDictionary interface.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Model Namespace