WorkspaceVisualNodeBase.NavigateToMonikerWithRefreshAsync(String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Moniker de nó filho ou autocorrespondência. NULL se o moniker não representar um nó abaixo dele.