Compartilhar via


Propriedade NumberFormatAttribute.Item

Obtém o NumberFormatAttribute com a chave especificada.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
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
O JScript não oferece suporte a propriedades indexadas.

Parâmetros

Valor de propriedade

Tipo: System.Attribute
O NumberFormatAttribute que corresponde ao key.

Implementações

IIndexableAttribute.Item[String]

Segurança do .NET Framework

Consulte também

Referência

NumberFormatAttribute Classe

Namespace Microsoft.Windows.Design.PropertyEditing