'宣言 Public Function New( _ ByVal caption As System.String, _ ByVal linkTarget As C1LinkTarget _ )
'使用法 Dim caption As System.String Dim linkTarget As C1LinkTarget Dim instance As New OutlineNode(caption, linkTarget)
public OutlineNode( System.string caption, C1LinkTarget linkTarget )
パラメータ
- caption
- The node caption.
- linkTarget
- The C1LinkTarget associated with this node.