CollectionEditor.CollectionForm.CollectionItemType プロパティ

定義

コレクション内の各項目のデータ型を取得します。

protected:
 property Type ^ CollectionItemType { Type ^ get(); };
protected Type CollectionItemType { get; }
member this.CollectionItemType : Type
Protected ReadOnly Property CollectionItemType As Type

プロパティ値

コレクション項目のデータ型。

注釈

このプロパティは、コレクションの項目のデータ型を表します。

適用対象