IMoniker.Reduce(IBindCtx, UInt32, 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 Reduce(Microsoft::VisualStudio::OLE::Interop::IBindCtx ^ pbc, System::UInt32 dwReduceHowFar, [Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IMoniker ^ % ppmkToLeft, [Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IMoniker ^ % ppmkReduced);
public void Reduce (Microsoft.VisualStudio.OLE.Interop.IBindCtx pbc, uint dwReduceHowFar, out Microsoft.VisualStudio.OLE.Interop.IMoniker ppmkToLeft, out Microsoft.VisualStudio.OLE.Interop.IMoniker ppmkReduced);
abstract member Reduce : Microsoft.VisualStudio.OLE.Interop.IBindCtx * uint32 * IMoniker * IMoniker -> unit
Public Sub Reduce (pbc As IBindCtx, dwReduceHowFar As UInteger, ByRef ppmkToLeft As IMoniker, ByRef ppmkReduced As IMoniker)
Parameters
- pbc
- IBindCtx
- dwReduceHowFar
- UInt32
- ppmkToLeft
- IMoniker
- ppmkReduced
- IMoniker