Compartir a través de


AttributeDictionary.Values Propiedad

Definición

Obtiene una interfaz ICollection<T> que contiene los valores de la interfaz IDictionary<TKey,TValue>.

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

Valor de propiedad

Implementaciones

Se aplica a