UCOMIMoniker.RelativePathTo(UCOMIMoniker, UCOMIMoniker) 方法

定義

提供會產生指定 Moniker 的 Moniker (在附加至這個 Moniker 或具有類似結構的 Moniker 時)。

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

應該採用相對路徑的 Moniker 的參考。

ppmkRelPath
UCOMIMoniker

在成功傳回時,為相對 Moniker 的參考。

備註

如需 的詳細資訊 IMoniker::RelativePath,請參閱 MSDN 連結庫。

適用於