UCOMIMoniker.RelativePathTo(UCOMIMoniker, UCOMIMoniker) Metoda

Definice

Dodává moniker, který při připojování k tomuto monikeru (nebo jedné s podobnou strukturou) dává zadaný 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)

Parametry

pmkOther
UCOMIMoniker

Odkaz na moniker, ke kterému má být přijata relativní cesta.

ppmkRelPath
UCOMIMoniker

Po úspěšném vrácení použijte odkaz na relativního monikeru.

Poznámky

Další informace naleznete IMoniker::RelativePathv knihovně MSDN.

Platí pro