Compartilhar via


FakeLogRecord.GetStructuredStateValue(String) Método

Definição

Obtém o valor de um par de valor de chave específico no estado estruturado do registro.

public:
 System::String ^ GetStructuredStateValue(System::String ^ key);
public string? GetStructuredStateValue (string key);
member this.GetStructuredStateValue : string -> string
Public Function GetStructuredStateValue (key As String) As String

Parâmetros

key
String

A chave a ser pesquisada no estado estruturado do registro.

Retornos

O valor associado à chave ou null se a chave não foi encontrada. Se o estado estruturado contiver várias entradas com a mesma chave, o valor associado à primeira chave correspondente encontrada será retornado.

Aplica-se a