Share via


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

Property Value

Type: System.Object
The element with the specified key.

Implements

IDictionary.Item[Object]

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

See Also

Reference

ModelItemDictionary Class

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture