NumberRangesAttribute.Item (Propiedad)
Obtiene el objeto NumberRangesAttribute 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
Public ReadOnly Default Property Item ( _
key As String _
) As Attribute
Get
public Attribute this[
string key
] { get; }
public:
virtual property Attribute^ default[String^ key] {
Attribute^ get (String^ key) sealed;
}
abstract Item : Attribute
override Item : Attribute
JScript no admite propiedades indizadas.
Parámetros
- key
Tipo: System.String
Clave para la que se obtiene el objeto NumberRangesAttribute correspondiente.
Valor de propiedad
Tipo: System.Attribute
NumberRangesAttribute que se corresponde con key.
Implementaciones
IIndexableAttribute.Item[String]
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)