共用方式為


UCOMIMoniker.Reduce(UCOMIBindCtx, Int32, UCOMIMoniker, UCOMIMoniker) 方法

定義

傳回縮減的 Moniker,它是參考與這個 Moniker 相同的物件的另一個 Moniker,但可以用同等的或較大的效率來繫結。

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)

參數

pbc
UCOMIBindCtx

這個繫結作業中所使用繫結內容物件上的 IBindCtx 介面參考。

dwReduceHowFar
Int32

指定這個 Moniker 應該縮減的程度。

ppmkToLeft
UCOMIMoniker

這個 Moniker 左邊的 Moniker 的參考。

ppmkReduced
UCOMIMoniker

成功傳回時,為這個 Moniker 的縮減形式的參考,它可以是 null,如果錯誤發生,或如果這個 Moniker 縮減到一無所有的話。

備註

如需 的詳細資訊 IMoniker::Reduce,請參閱 MSDN 連結庫。

適用於