'宣言 Public Overloads Sub GotoDocumentLocation( _ ByVal documentLocation As IDocumentLocation, _ ByVal historyItemCaption As System.String _ )
'使用法 Dim instance As C1PreviewPane Dim documentLocation As IDocumentLocation Dim historyItemCaption As System.String instance.GotoDocumentLocation(documentLocation, historyItemCaption)
public void GotoDocumentLocation( IDocumentLocation documentLocation, System.string historyItemCaption )
パラメータ
- documentLocation
 - 移動先のドキュメント位置。
 - historyItemCaption
 - ビューの変更によって作成された履歴項目に使用するキャプション。