IMoniker.RelativePathTo(IMoniker, IMoniker) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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