Propriedade IIndexableAttribute.Item

Obtém o atributo com a chave especificada.

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

Sintaxe

'Declaração
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
O JScript não oferece suporte a propriedades indexadas.

Parâmetros

Valor de propriedade

Tipo: System.Attribute
O Attribute que corresponde ao key.

Segurança do .NET Framework

Consulte também

Referência

IIndexableAttribute Interface

Namespace Microsoft.Windows.Design.PropertyEditing