Share via


VersionControlExplorerExt.Navigate Method

Sets the current folder in the Source Control explorer to the specified server path

Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)

Syntax

'Declaration
Public Sub Navigate ( _
    serverPath As String _
)
public void Navigate(
    string serverPath
)
public:
void Navigate(
    String^ serverPath
)
member Navigate : 
        serverPath:string -> unit
public function Navigate(
    serverPath : String
)

Parameters

.NET Framework Security

See Also

Reference

VersionControlExplorerExt Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace