RemoteArgumentDictionaryEntry Estrutura
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Define um par chave/valor num IRemoteArgumentDictionaryContract.
public value class RemoteArgumentDictionaryEntry
[System.Serializable]
public struct RemoteArgumentDictionaryEntry
[<System.Serializable>]
type RemoteArgumentDictionaryEntry = struct
Public Structure RemoteArgumentDictionaryEntry
- Herança
- Atributos
Construtores
| Name | Description |
|---|---|
| RemoteArgumentDictionaryEntry(RemoteArgument, RemoteArgument) |
Inicializa uma instância da RemoteArgumentDictionaryEntry estrutura com a chave e valor especificados. |
Campos
| Name | Description |
|---|---|
| Key |
Representa a chave no par chave/valor que isto RemoteArgumentDictionaryEntry representa. |
| Value |
Representa o valor no par chave/valor que isto RemoteArgumentDictionaryEntry representa. |