ActivityTagsCollection.Values Propriedade

Definição

Obtém a lista dos valores de todas as marcas armazenadas.

public:
 property System::Collections::Generic::ICollection<System::Object ^> ^ Values { System::Collections::Generic::ICollection<System::Object ^> ^ get(); };
public System.Collections.Generic.ICollection<object?> Values { get; }
member this.Values : System.Collections.Generic.ICollection<obj>
Public ReadOnly Property Values As ICollection(Of Object)

Valor da propriedade

Um ICollection<T> que contém os valores no objeto que implementa IDictionary<TKey,TValue>.

Implementações

Aplica-se a