IMoniker.ComposeWith(IMoniker, Int32, 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 ComposeWith(Microsoft::VisualStudio::OLE::Interop::IMoniker ^ pmkRight, int fOnlyIfNotGeneric, [Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IMoniker ^ % ppmkComposite);
public void ComposeWith (Microsoft.VisualStudio.OLE.Interop.IMoniker pmkRight, int fOnlyIfNotGeneric, out Microsoft.VisualStudio.OLE.Interop.IMoniker ppmkComposite);
abstract member ComposeWith : Microsoft.VisualStudio.OLE.Interop.IMoniker * int * IMoniker -> unit
Public Sub ComposeWith (pmkRight As IMoniker, fOnlyIfNotGeneric As Integer, ByRef ppmkComposite As IMoniker)
Parameters
- pmkRight
- IMoniker
- fOnlyIfNotGeneric
- Int32
- ppmkComposite
- IMoniker