次の方法で共有


PropertyDescriptorCollection.Insert メソッド

コレクション内の指定したインデックス番号の位置に PropertyDescriptor を追加します。

Public Sub Insert( _
   ByVal index As Integer, _   ByVal value As PropertyDescriptor _)
[C#]
public void Insert(intindex,PropertyDescriptorvalue);
[C++]
public: void Insert(intindex,PropertyDescriptor* value);
[JScript]
public function Insert(
   index : int,value : PropertyDescriptor);

パラメータ

  • index
    value パラメータに指定されたプロパティ記述子を追加する位置を示す、コレクション内のインデックス。
  • value
    コレクションに追加する PropertyDescriptor

必要条件

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

参照

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