IMoniker.Reduce(IBindCtx, Int32, IMoniker, IMoniker) Método

Definição

Retorna um moniker reduzido, que é outro moniker que se refere ao mesmo objeto do moniker atual, mas pode ser associado com eficiência igual ou maior.

public:
 void Reduce(System::Runtime::InteropServices::ComTypes::IBindCtx ^ pbc, int dwReduceHowFar, System::Runtime::InteropServices::ComTypes::IMoniker ^ % ppmkToLeft, [Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::IMoniker ^ % ppmkReduced);
public void Reduce (System.Runtime.InteropServices.ComTypes.IBindCtx pbc, int dwReduceHowFar, ref System.Runtime.InteropServices.ComTypes.IMoniker ppmkToLeft, out System.Runtime.InteropServices.ComTypes.IMoniker ppmkReduced);
public void Reduce (System.Runtime.InteropServices.ComTypes.IBindCtx pbc, int dwReduceHowFar, ref System.Runtime.InteropServices.ComTypes.IMoniker? ppmkToLeft, out System.Runtime.InteropServices.ComTypes.IMoniker? ppmkReduced);
abstract member Reduce : System.Runtime.InteropServices.ComTypes.IBindCtx * int * IMoniker * IMoniker -> unit
Public Sub Reduce (pbc As IBindCtx, dwReduceHowFar As Integer, ByRef ppmkToLeft As IMoniker, ByRef ppmkReduced As IMoniker)

Parâmetros

pbc
IBindCtx

Uma referência à interface IBindCtx no contexto de associação a ser usada nessa operação de associação.

dwReduceHowFar
Int32

Um valor que especifica o quanto o moniker atual deve ser reduzido.

ppmkToLeft
IMoniker

Uma referência ao moniker à esquerda do moniker atual.

ppmkReduced
IMoniker

Quando esse método retorna, ele contém uma referência à forma reduzida do moniker atual, que pode ser null se ocorrer um erro ou se o moniker atual for reduzido a nada. Este parâmetro é passado não inicializado.

Comentários

Para obter mais informações, consulte Método IMoniker::Reduce.

Aplica-se a