'宣言 Public Overloads Function Add( _ ByVal caption As System.String, _ ByVal linkTarget As C1LinkTarget _ ) As System.Integer
'使用法 Dim instance As OutlineNodeCollection Dim caption As System.String Dim linkTarget As C1LinkTarget Dim value As System.Integer value = instance.Add(caption, linkTarget)
public System.int Add( System.string caption, C1LinkTarget linkTarget )
パラメータ
- caption
- The caption of the node to add.
- linkTarget
- The C1LinkTarget associated with the node.
戻り値の型
The index of the newly added node in the current collection.