Share via


WorkspaceVisualNodeBase.NavigateToMonikerWithRefreshAsync(String) Method

Definition

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.

Applies to