WorkspaceVisualNodeBase.GetParentMoniker(String, String, 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);
static member GetParentMoniker : string * string * string -> unit
Public Shared Sub GetParentMoniker (fullNodeMoniker As String, ByRef nodeMoniker As String, ByRef parentMoniker As String)

参数

fullNodeMoniker
String

节点完整名字对象

nodeMoniker
String

单个节点名字对象

parentMoniker
String

父项完整名字对象

适用于