Partager via


NumberFormatAttribute.Item, propriété

Obtient NumberFormatAttribute avec la clé spécifiée.

Espace de noms :  Microsoft.Windows.Design.PropertyEditing
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
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 ne prend pas en charge les propriétés indexées.

Paramètres

Valeur de propriété

Type : System.Attribute
NumberFormatAttribute correspondant à key.

Implémentations

IIndexableAttribute.Item[String]

Sécurité .NET Framework

Voir aussi

Référence

NumberFormatAttribute Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms