'宣言 Public Function New( _ ByVal caption As System.String, _ ByVal location As IDocumentLocation _ )
public OutlineNode( System.string caption, IDocumentLocation location )
パラメータ
- caption
- アウトラインノードのキャプション。
- location
- アウトラインノードの位置。
'宣言 Public Function New( _ ByVal caption As System.String, _ ByVal location As IDocumentLocation _ )
public OutlineNode( System.string caption, IDocumentLocation location )