IMoniker.ComposeWith(IMoniker, Int32, IMoniker) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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)
参数
- pmkRight
- IMoniker
- fOnlyIfNotGeneric
- Int32
- ppmkComposite
- IMoniker