UCOMIMoniker.Reduce(UCOMIBindCtx, Int32, UCOMIMoniker, UCOMIMoniker) Metodo

Definizione

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.

Si applica a