CollectionRegisteringEventArgs.Collection プロパティ

定義

スレッド間アクセスに登録するコレクションを取得します。

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

プロパティ値

スレッド間アクセス用に登録するコレクション。

適用対象