VersionControlLabelDocument.Navigate Method
Navigate the label to the given server path.
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public Function Navigate ( _
serverPath As String _
) As Boolean
public bool Navigate(
string serverPath
)
public:
bool Navigate(
String^ serverPath
)
member Navigate :
serverPath:string -> bool
public function Navigate(
serverPath : String
) : boolean
Parameters
- serverPath
Type: System.String
Return Value
Type: System.Boolean
True if the path was successfully set, false otherwise.
.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
VersionControlLabelDocument Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace