Share via


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

Return Value

Type: System.Boolean
True if the path was successfully set, false otherwise.

.NET Framework Security

See Also

Reference

VersionControlLabelDocument Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace