AttributeDictionary.Values プロパティ

定義

ICollection<T> 内の値を格納している 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)

プロパティ値

実装

適用対象