ObjectPersistData.CollectionItems 屬性

定義

取得集合型別的項目。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

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

屬性值

ICollection

ArrayList,包含型別 ICollection 的項目。

適用於