UCOMIMoniker.RelativePathTo(UCOMIMoniker, UCOMIMoniker) 方法

定义

提供一个名字对象,该名字对象在追加到此名字对象(或一个有相似结构的名字对象)时生成指定名字对象。

public:
 void RelativePathTo(System::Runtime::InteropServices::UCOMIMoniker ^ pmkOther, [Runtime::InteropServices::Out] System::Runtime::InteropServices::UCOMIMoniker ^ % ppmkRelPath);
public void RelativePathTo (System.Runtime.InteropServices.UCOMIMoniker pmkOther, out System.Runtime.InteropServices.UCOMIMoniker ppmkRelPath);
abstract member RelativePathTo : System.Runtime.InteropServices.UCOMIMoniker * UCOMIMoniker -> unit
Public Sub RelativePathTo (pmkOther As UCOMIMoniker, ByRef ppmkRelPath As UCOMIMoniker)

参数

pmkOther
UCOMIMoniker

对应该对其采用相对路径的名字对象的引用。

ppmkRelPath
UCOMIMoniker

成功返回时,对相对名字对象的引用。

注解

有关 的详细信息 IMoniker::RelativePath,请参阅 MSDN 库。

适用于