'Declaration Public Overloads Sub GotoDocumentLocation( _ ByVal documentLocation As IDocumentLocation, _ ByVal historyItemCaption As String _ )
public void GotoDocumentLocation( IDocumentLocation documentLocation, string historyItemCaption )
Parameters
- documentLocation
- A document location to go to.
- historyItemCaption
- The caption to use for the history item created by the view change.