IMoniker.Reduce Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaração
Sub Reduce ( _
pbc As IBindCtx, _
dwReduceHowFar As UInteger, _
<OutAttribute> ByRef ppmkToLeft As IMoniker, _
<OutAttribute> ByRef ppmkReduced As IMoniker _
)
void Reduce(
IBindCtx pbc,
uint dwReduceHowFar,
out IMoniker ppmkToLeft,
out IMoniker ppmkReduced
)
Parameters
- dwReduceHowFar
Type: System.UInt32
- ppmkToLeft
Type: Microsoft.VisualStudio.OLE.Interop.IMoniker%
- ppmkReduced
Type: Microsoft.VisualStudio.OLE.Interop.IMoniker%
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.