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 库。

适用于