IMoniker.RelativePathTo(IMoniker, IMoniker) 方法

定义

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

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

参数

pmkOther
IMoniker

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

ppmkRelPath
IMoniker

此方法返回时,包含对相关名字对象的引用。 此参数未经初始化即被传递。

注解

有关详细信息,请参阅 IMoniker::RelativePathTo 方法

适用于