WorkspaceVisualNodeBase.NavigateToMonikerNoRefresh(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. 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.