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

プロパティ値

IEnumerable

スレッド間のアクセスのために登録されるコレクション。

適用対象