Share via


WorkspaceVisualNodeBase.NavigateToAsync(String) Method

Definition

Navigate to child node or self representing fullPath. Refresh (and realize) the nodes, if needed.

public:
 virtual System::Threading::Tasks::Task<Microsoft::VisualStudio::Workspace::VSIntegration::UI::WorkspaceVisualNodeBase ^> ^ NavigateToAsync(System::String ^ fullPath);
public virtual System.Threading.Tasks.Task<Microsoft.VisualStudio.Workspace.VSIntegration.UI.WorkspaceVisualNodeBase> NavigateToAsync (string fullPath);
public virtual System.Threading.Tasks.Task<Microsoft.VisualStudio.Workspace.VSIntegration.UI.WorkspaceVisualNodeBase?> NavigateToAsync (string fullPath);
abstract member NavigateToAsync : string -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Workspace.VSIntegration.UI.WorkspaceVisualNodeBase>
override this.NavigateToAsync : string -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Workspace.VSIntegration.UI.WorkspaceVisualNodeBase>
Public Overridable Function NavigateToAsync (fullPath As String) As Task(Of WorkspaceVisualNodeBase)

Parameters

fullPath
String

File system object to navigate to.

Returns

Child node or self matching moniker. Null if the moniker doesn't represent a node under this.

Applies to