コレクション内の指定したインデックス位置に、 CodeTypeReference を挿入します。
Public Sub Insert( _
ByVal index As Integer, _ ByVal value As CodeTypeReference _)
[C#]
public void Insert(intindex,CodeTypeReferencevalue);
[C++]
public: void Insert(intindex,CodeTypeReference* value);
[JScript]
public function Insert(
index : int,value : CodeTypeReference);
パラメータ
- index
項目を挿入する位置の 0 から始まるインデックス番号。 - value
挿入する CodeTypeReference 。
使用例
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
CodeTypeReferenceCollection クラス | CodeTypeReferenceCollection メンバ | System.CodeDom 名前空間 | Add