IMoniker.RelativePathTo(IMoniker, IMoniker) Metoda

Definice

Poskytuje moniker, který při připojení k aktuálnímu monikeru (nebo k monikeru s podobnou strukturou) získá zadaný moniker.

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)

Parametry

pmkOther
IMoniker

Odkaz na moniker, ke kterému by měla být provedena relativní cesta.

ppmkRelPath
IMoniker

Když tato metoda vrátí, obsahuje odkaz na relativní moniker. Tento parametr se předává neinicializovaný.

Poznámky

Další informace najdete v tématu Metoda IMoniker::RelativePathTo.

Platí pro