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
- key
Tipo: System.String
A chave para obter o correspondente NumberFormatAttribute loop for
Valor de propriedade
Tipo: System.Attribute
O NumberFormatAttribute que corresponde ao key.
Implementações
IIndexableAttribute.Item[String]
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.