UCOMIMoniker.RelativePathTo(UCOMIMoniker, UCOMIMoniker) Method

Definition

Supplies a moniker that, when appended to this moniker (or one with a similar structure), yields the specified 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)

Parameters

pmkOther
UCOMIMoniker

A reference to the moniker to which a relative path should be taken.

ppmkRelPath
UCOMIMoniker

On successful return, reference to the relative moniker.

Remarks

For more information about IMoniker::RelativePath, see the MSDN Library.

Applies to