IMoniker.ComposeWith(IMoniker, Int32, IMoniker) Method

Definition

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

Applies to