Compartir a través de


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

Valor de propiedad

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

Implementaciones

IIndexableAttribute.Item[String]

Seguridad de .NET Framework

Vea también

Referencia

NumberRangesAttribute Clase

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