ModelItemDictionary.IDictionary.Values プロパティ

定義

ICollection オブジェクト内の値を含むIDictionary オブジェクトを取得します。

property System::Collections::ICollection ^ System::Collections::IDictionary::Values { System::Collections::ICollection ^ get(); };
System.Collections.ICollection System.Collections.IDictionary.Values { get; }
member this.System.Collections.IDictionary.Values : System.Collections.ICollection
 ReadOnly Property Values As ICollection Implements IDictionary.Values

プロパティ値

IDictionary オブジェクト内の値を格納するICollection オブジェクト。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 ModelItemDictionary インスタンスがIDictionary インターフェイスにキャストされている場合にのみ使用できます。

適用対象