WorkspaceVisualNodeBase.GetRealizedChild(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.
Get a child node with a given moniker.
public:
Microsoft::VisualStudio::Workspace::VSIntegration::UI::WorkspaceVisualNodeBase ^ GetRealizedChild(System::String ^ nodeMoniker);
public Microsoft.VisualStudio.Workspace.VSIntegration.UI.WorkspaceVisualNodeBase GetRealizedChild (string nodeMoniker);
public Microsoft.VisualStudio.Workspace.VSIntegration.UI.WorkspaceVisualNodeBase? GetRealizedChild (string? nodeMoniker);
member this.GetRealizedChild : string -> Microsoft.VisualStudio.Workspace.VSIntegration.UI.WorkspaceVisualNodeBase
Public Function GetRealizedChild (nodeMoniker As String) As WorkspaceVisualNodeBase
Parameters
- nodeMoniker
- String
child's persistence moniker
Returns
a child Node with the passed moniker if exists