HttpClientLoggingTagNames.TagNames Propriedade
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.
Recebe uma lista com todos os nomes das etiquetas.
public:
static property System::Collections::Generic::IReadOnlyList<System::String ^> ^ TagNames { System::Collections::Generic::IReadOnlyList<System::String ^> ^ get(); };
public static System.Collections.Generic.IReadOnlyList<string> TagNames { get; }
static member TagNames : System.Collections.Generic.IReadOnlyList<string>
Public Shared ReadOnly Property TagNames As IReadOnlyList(Of String)
Valor de Propriedade
Somente leitura IReadOnlyList<T> de todos os nomes das etiquetas.