ActivityTagsCollection.Values Propiedad

Definición

Obtenga la lista de los valores de todas las etiquetas almacenadas.

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 de propiedad

ICollection<T> que contiene los valores del objeto que implementa el IDictionary<TKey,TValue>.

Implementaciones

Se aplica a