'宣言 Public Overloads Function Add( _ ByVal caption As System.String, _ ByVal location As IDocumentLocation, _ ByVal icon As System.Drawing.Icon _ ) As System.Integer
public System.int Add( System.string caption, IDocumentLocation location, System.Drawing.Icon icon )
パラメータ
- caption
- 追加するノードのキャプション。
- location
- 追加するノードの位置。
- icon
- 追加するノードのアイコン。
戻り値の型
コレクションに追加されたオブジェクトのインデックスを返します。