'宣言 Public Function New( _ ByVal caption As System.String, _ ByVal location As IDocumentLocation _ )
'使用法 Dim caption As System.String Dim location As IDocumentLocation Dim instance As New OutlineNode(caption, location)
public OutlineNode( System.string caption, IDocumentLocation location )
パラメータ
- caption
- The node caption.
- location
- The location within a document associated with the current node.