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

要为跨线程访问注册的集合。

适用于