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
- key
Type: System.String
The key to get the corresponding Attribute for.
Property Value
Type: System.Attribute
The Attribute that corresponds with key.
.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.