IMoniker.Reduce, méthode
Espace de noms : Microsoft.VisualStudio.OLE.Interop
Assembly : Microsoft.VisualStudio.OLE.Interop (dans Microsoft.VisualStudio.OLE.Interop.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- pbc
Type : Microsoft.VisualStudio.OLE.Interop.IBindCtx
- dwReduceHowFar
Type : System.UInt32
- ppmkToLeft
Type : Microsoft.VisualStudio.OLE.Interop.IMoniker%
- ppmkReduced
Type : Microsoft.VisualStudio.OLE.Interop.IMoniker%
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.