IMoniker.Reduce(IBindCtx, Int32, IMoniker, IMoniker) 메서드

정의

감소된 모니커를 반환합니다. 이 모니커는 현재 모니커와 동일한 개체를 참조하지만 효율성이 같거나 더 높은 바인딩될 수 있는 또 다른 모니커입니다.

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)

매개 변수

pbc
IBindCtx

이 바인딩 작업에 사용할 바인딩 컨텍스트의 인터페이스에 대한 참조 IBindCtx 입니다.

dwReduceHowFar
Int32

현재 모니커를 줄일 정도를 지정하는 값입니다.

ppmkToLeft
IMoniker

현재 모니커의 왼쪽에 있는 모니커에 대한 참조입니다.

ppmkReduced
IMoniker

이 메서드가 반환될 때 현재 모니커의 축소된 형식에 대한 참조가 포함됩니다. 이 참조는 오류가 발생하거나 현재 모니커가 아무 것도 되지 않는 경우일 null 수 있습니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

설명

자세한 내용은 IMoniker::Reduce 메서드를 참조하세요.

적용 대상