Compartilhar via


CollectedMeasurement<T>.MatchesTags Método

Definição

Sobrecargas

MatchesTags(KeyValuePair<String,Object>[])

Verifica se a medida tem um conjunto exatamente correspondente de marcas com valores específicos.

MatchesTags(String[])

Verifica se a medida tem um conjunto exatamente correspondente de marcas com qualquer valor.

MatchesTags(KeyValuePair<String,Object>[])

Origem:
CollectedMeasurement.cs
Origem:
CollectedMeasurement.cs
Origem:
CollectedMeasurement.cs

Verifica se a medida tem um conjunto exatamente correspondente de marcas com valores específicos.

public:
 bool MatchesTags(... cli::array <System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> ^ tags);
public bool MatchesTags (params System.Collections.Generic.KeyValuePair<string,object>[] tags);
member this.MatchesTags : System.Collections.Generic.KeyValuePair<string, obj>[] -> bool
Public Function MatchesTags (ParamArray tags As KeyValuePair(Of String, Object)()) As Boolean

Parâmetros

tags
KeyValuePair<String,Object>[]

O conjunto de marcas a marcar.

Retornos

true se todas as marcas existirem na medida com valores correspondentes, caso contrário false, .

Aplica-se a

MatchesTags(String[])

Origem:
CollectedMeasurement.cs
Origem:
CollectedMeasurement.cs
Origem:
CollectedMeasurement.cs

Verifica se a medida tem um conjunto exatamente correspondente de marcas com qualquer valor.

public:
 bool MatchesTags(... cli::array <System::String ^> ^ tags);
public bool MatchesTags (params string[] tags);
member this.MatchesTags : string[] -> bool
Public Function MatchesTags (ParamArray tags As String()) As Boolean

Parâmetros

tags
String[]

O conjunto de nomes de marca a marcar.

Retornos

true se todos os nomes de marca existirem na medida, caso contrário false, .

Aplica-se a