次の方法で共有


PropertyBag.Values プロパティ

定義

コレクションの値を含むコレクションを取得します。

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

プロパティ値

ICollectionプロパティ バッグの値を含むインターフェイス。

実装

適用対象