Share via


WorkspaceVisualNodeBase.GetParentMoniker(String, String, String) Method

Definition

Utility to extract the parent parts from a full moniker string.

public:
 static void GetParentMoniker(System::String ^ fullNodeMoniker, [Runtime::InteropServices::Out] System::String ^ % nodeMoniker, [Runtime::InteropServices::Out] System::String ^ % parentMoniker);
public static void GetParentMoniker (string fullNodeMoniker, out string nodeMoniker, out string parentMoniker);
public static void GetParentMoniker (string fullNodeMoniker, out string nodeMoniker, out string? parentMoniker);
static member GetParentMoniker : string * string * string -> unit
Public Shared Sub GetParentMoniker (fullNodeMoniker As String, ByRef nodeMoniker As String, ByRef parentMoniker As String)

Parameters

fullNodeMoniker
String

a node full moniker

nodeMoniker
String

individual node moniker

parentMoniker
String

parents full moniker

Applies to