Udostępnij za pośrednictwem


AttributeDictionary.Values Właściwość

Definicja

Pobiera element ICollection<T> zawierający wartości w obiekcie 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)

Wartość właściwości

Implementuje

Dotyczy