Proprietà NumberRangesAttribute.Item

Ottiene l'oggetto NumberRangesAttribute con la chiave specificata.

Spazio dei nomi:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
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 non supporta le proprietà indicizzate.

Parametri

Valore proprietà

Tipo: System.Attribute
Oggetto NumberRangesAttribute che corrisponde a key.

Implementa

IIndexableAttribute.Item[String]

Sicurezza di .NET Framework

Vedere anche

Riferimenti

NumberRangesAttribute Classe

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing