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
- key
Type : System.String
Clé pour laquelle obtenir le NumberFormatAttribute correspondant.
Valeur de propriété
Type : System.Attribute
NumberFormatAttribute correspondant à key.
Implémentations
IIndexableAttribute.Item[String]
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.