WorkspaceVisualNodeBase.NavigateToMonikerWithRefreshAsync(String) Método

Definição

Navegue até o nó filho ou self conforme especificado pelo moniker completo. Atualize (e perceba) os nós, se necessário.

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);
member this.NavigateToMonikerWithRefreshAsync : string -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Workspace.VSIntegration.UI.WorkspaceVisualNodeBase>
Public Function NavigateToMonikerWithRefreshAsync (fullNodeMoniker As String) As Task(Of WorkspaceVisualNodeBase)

Parâmetros

fullNodeMoniker
String

Moniker do nó completo da raiz.

Retornos

Task<WorkspaceVisualNodeBase>

Moniker de nó filho ou autocorrespondência. NULL se o moniker não representar um nó abaixo dele.

Aplica-se a