WorkspaceVisualNodeBase.GetParentMoniker(String, String, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于从完整的名字对象字符串中提取父部件的实用程序。
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
父项完整名字对象