IMoniker.BindToStorage(IBindCtx, IMoniker, Guid, Object) 메서드

정의

모니커로 식별된 개체가 들어 있는 스토리지에 대한 인터페이스 포인터를 검색합니다.

public:
 void BindToStorage(System::Runtime::InteropServices::ComTypes::IBindCtx ^ pbc, System::Runtime::InteropServices::ComTypes::IMoniker ^ pmkToLeft, Guid % riid, [Runtime::InteropServices::Out] System::Object ^ % ppvObj);
public void BindToStorage (System.Runtime.InteropServices.ComTypes.IBindCtx pbc, System.Runtime.InteropServices.ComTypes.IMoniker pmkToLeft, ref Guid riid, out object ppvObj);
public void BindToStorage (System.Runtime.InteropServices.ComTypes.IBindCtx pbc, System.Runtime.InteropServices.ComTypes.IMoniker? pmkToLeft, ref Guid riid, out object ppvObj);
abstract member BindToStorage : System.Runtime.InteropServices.ComTypes.IBindCtx * System.Runtime.InteropServices.ComTypes.IMoniker * Guid * obj -> unit
Public Sub BindToStorage (pbc As IBindCtx, pmkToLeft As IMoniker, ByRef riid As Guid, ByRef ppvObj As Object)

매개 변수

pbc
IBindCtx

이 바인딩 작업을 수행하는 동안 사용되는 바인드 컨텍스트 개체의 IBindCtx 인터페이스에 대한 참조입니다.

pmkToLeft
IMoniker

현재 모니커가 구성 모니커의 일부인 경우 해당 모니커의 왼쪽에 있는 모니커에 대한 참조입니다.

riid
Guid

요청된 스토리지 인터페이스의 IID(인터페이스 식별자)입니다.

ppvObj
Object

이 메서드는 반환될 때 riid에서 요청한 인터페이스에 대한 참조를 포함합니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

설명

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

적용 대상