次の方法で共有


ArrayEditor.CreateCollectionItemType メソッド

コレクションに格納するように指定されているデータ型を取得します。

Overrides Protected Function CreateCollectionItemType() As Type
[C#]
protected override Type CreateCollectionItemType();
[C++]
protected: Type* CreateCollectionItemType();
[JScript]
protected override function CreateCollectionItemType() : Type;

戻り値

コレクションに格納するように指定されているデータ型を示す Type

解説

既定の実装は、配列の項目の型を返します。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

ArrayEditor クラス | ArrayEditor メンバ | System.ComponentModel.Design 名前空間