Udostępnij za pośrednictwem


WorkspaceVisualNodeBase.NavigateToMonikerNoRefresh(String) Method

Definition

Navigate to child node or self as specified by full moniker. Will not force refresh/realization of child nodes to find the target.

public:
 Microsoft::VisualStudio::Workspace::VSIntegration::UI::WorkspaceVisualNodeBase ^ NavigateToMonikerNoRefresh(System::String ^ fullNodeMoniker);
public Microsoft.VisualStudio.Workspace.VSIntegration.UI.WorkspaceVisualNodeBase NavigateToMonikerNoRefresh (string fullNodeMoniker);
public Microsoft.VisualStudio.Workspace.VSIntegration.UI.WorkspaceVisualNodeBase? NavigateToMonikerNoRefresh (string? fullNodeMoniker);
member this.NavigateToMonikerNoRefresh : string -> Microsoft.VisualStudio.Workspace.VSIntegration.UI.WorkspaceVisualNodeBase
Public Function NavigateToMonikerNoRefresh (fullNodeMoniker As String) As 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 or if any parents nodes aren't realized.

Applies to