IMoniker.RelativePathTo(IMoniker, IMoniker) Method

Definition

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

Parameters

pmkOther
IMoniker
ppmkRelPath
IMoniker

Applies to