UCOMIMoniker.Reduce(UCOMIBindCtx, Int32, UCOMIMoniker, UCOMIMoniker) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce un moniker ridotto corrispondente a un altro moniker che fa riferimento allo stesso oggetto del moniker corrente ma che può essere associato con efficacia pari o maggiore.
public:
void Reduce(System::Runtime::InteropServices::UCOMIBindCtx ^ pbc, int dwReduceHowFar, System::Runtime::InteropServices::UCOMIMoniker ^ % ppmkToLeft, [Runtime::InteropServices::Out] System::Runtime::InteropServices::UCOMIMoniker ^ % ppmkReduced);
public void Reduce (System.Runtime.InteropServices.UCOMIBindCtx pbc, int dwReduceHowFar, ref System.Runtime.InteropServices.UCOMIMoniker ppmkToLeft, out System.Runtime.InteropServices.UCOMIMoniker ppmkReduced);
abstract member Reduce : System.Runtime.InteropServices.UCOMIBindCtx * int * UCOMIMoniker * UCOMIMoniker -> unit
Public Sub Reduce (pbc As UCOMIBindCtx, dwReduceHowFar As Integer, ByRef ppmkToLeft As UCOMIMoniker, ByRef ppmkReduced As UCOMIMoniker)
Parametri
- pbc
- UCOMIBindCtx
Riferimento all'interfaccia IBindCtx
sul contesto di associazione da utilizzare in questa operazione di associazione.
- dwReduceHowFar
- Int32
Specifica il grado di riduzione del moniker.
- ppmkToLeft
- UCOMIMoniker
Riferimento al moniker alla sinistra del moniker corrente.
- ppmkReduced
- UCOMIMoniker
Il risultato restituito è un riferimento alla forma ridotta del moniker, che può essere null
se si verifica un errore o se il moniker corrente è ridotto a nulla.
Commenti
Per altre informazioni su IMoniker::Reduce
, vedere MSDN Library.