WorkspaceVisualNodeBase.NavigateToMonikerNoRefresh(String) 方法

定义

按完整名字对象的指定导航到子节点或 self。 不会强制子节点的刷新/实现来查找目标。

public:
 Microsoft::VisualStudio::Workspace::VSIntegration::UI::WorkspaceVisualNodeBase ^ NavigateToMonikerNoRefresh(System::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

参数

fullNodeMoniker
String

根中的完整节点名字对象。

返回

WorkspaceVisualNodeBase

子节点或自匹配名字对象。 如果名字对象不表示此节点下的节点,或者如果没有实现任何父节点,则为 Null。

适用于