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
- key
Tipo: System.String
Clave para la que se obtiene el objeto Attribute correspondiente.
Valor de propiedad
Tipo: System.Attribute
Attribute que se corresponde con key.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.Windows.Design.PropertyEditing (Espacio de nombres)