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
- serverPath
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
VersionControlExplorerExt Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace