WorkspaceVisualNodeBase.NavigateToAsync(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.