IMoniker.CommonPrefixWith(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 CommonPrefixWith(Microsoft::VisualStudio::OLE::Interop::IMoniker ^ pmkOther, [Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IMoniker ^ % ppmkPrefix);
public void CommonPrefixWith (Microsoft.VisualStudio.OLE.Interop.IMoniker pmkOther, out Microsoft.VisualStudio.OLE.Interop.IMoniker ppmkPrefix);
abstract member CommonPrefixWith : Microsoft.VisualStudio.OLE.Interop.IMoniker * IMoniker -> unit
Public Sub CommonPrefixWith (pmkOther As IMoniker, ByRef ppmkPrefix As IMoniker)
Parameters
- pmkOther
- IMoniker
- ppmkPrefix
- IMoniker