Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Initializes a new instance of the KeyAttributePair<T> class.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)
Sintaxe
'Declaração
Public Sub New ( _
key As String, _
value As T _
)
public KeyAttributePair(
string key,
T value
)
public:
KeyAttributePair(
String^ key,
T value
)
new :
key:string *
value:'T -> KeyAttributePair
public function KeyAttributePair(
key : String,
value : T
)
Parâmetros
- key
Tipo: System.String
Uma string exclusiva para associar value.
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.
Consulte também
Referência
Namespace Microsoft.Windows.Design.PropertyEditing