InstanceKeyView Classe
Definição
Fornece uma exibição de informações de chave de instância.Provides a view into instance key information.
public ref class InstanceKeyView sealed
public sealed class InstanceKeyView
type InstanceKeyView = class
Public NotInheritable Class InstanceKeyView
- Herança
-
InstanceKeyView
Propriedades
| InstanceKey |
Obtém o valor da chave de instância (GUID).Gets the value of the instance key (GUID). |
| InstanceKeyMetadata |
Obtém os metadados para a chave de instância como um dicionário de XNames e objetos InstanceValue correspondentes.Gets the metadata for the instance key as a dictionary of XNames and corresponding InstanceValue objects. |
| InstanceKeyMetadataConsistency |
Obtém a consistência dos metadados (Nenhum, Em Dúvida ou Parcial) da chave de instância.Gets consistency of the metadata (None, In Doubt, or Partial) of the instance key. |
| InstanceKeyState |
Obtém o estado da chave de instância (Não Associado, Associado ou Concluído).Gets the state of the instance key (Unassociated, Associated, or Completed). |
Métodos
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |