WorkspaceVisualNodeBase.NavigateToMonikerWithRefreshAsync(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 as specified by full moniker. Refresh (and realize) the nodes, if needed.
public:
System::Threading::Tasks::Task<Microsoft::VisualStudio::Workspace::VSIntegration::UI::WorkspaceVisualNodeBase ^> ^ NavigateToMonikerWithRefreshAsync(System::String ^ fullNodeMoniker);
public System.Threading.Tasks.Task<Microsoft.VisualStudio.Workspace.VSIntegration.UI.WorkspaceVisualNodeBase> NavigateToMonikerWithRefreshAsync (string fullNodeMoniker);
public System.Threading.Tasks.Task<Microsoft.VisualStudio.Workspace.VSIntegration.UI.WorkspaceVisualNodeBase?> NavigateToMonikerWithRefreshAsync (string? fullNodeMoniker);
member this.NavigateToMonikerWithRefreshAsync : string -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Workspace.VSIntegration.UI.WorkspaceVisualNodeBase>
Public Function NavigateToMonikerWithRefreshAsync (fullNodeMoniker As String) As Task(Of WorkspaceVisualNodeBase)
Parameters
- fullNodeMoniker
- String
Full node moniker from root.
Returns
Child node or self matching moniker. Null if the moniker doesn't represent a node under this.