Compartir a través de


IIndexableAttribute.Item (Propiedad)

Obtiene el atributo con la clave especificada.

Espacio de nombres:  Microsoft.Windows.Design.PropertyEditing
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
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 no admite propiedades indizadas.

Parámetros

Valor de propiedad

Tipo: System.Attribute
Attribute que se corresponde con key.

Seguridad de .NET Framework

Vea también

Referencia

IIndexableAttribute Interfaz

Microsoft.Windows.Design.PropertyEditing (Espacio de nombres)