Share via


IIndexableAttribute.Item Property

Gets the attribute with the specified key.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
ReadOnly Default Property Item ( _
    key As String _
) As Attribute
    Get
Attribute this[
    string key
] { get; }
property Attribute^ default[String^ key] {
    Attribute^ get (String^ key);
}
abstract Item : Attribute
JScript does not support indexed properties.

Parameters

Property Value

Type: System.Attribute
The Attribute that corresponds with key.

.NET Framework Security

See Also

Reference

IIndexableAttribute Interface

Microsoft.Windows.Design.PropertyEditing Namespace