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 메서드를 참조하세요.

적용 대상