UCOMIBindCtx 인터페이스

정의

주의

Use System.Runtime.InteropServices.ComTypes.IBindCtx instead. http://go.microsoft.com/fwlink/?linkid=14202

대신 BIND_OPTS를 사용하세요.

public interface class UCOMIBindCtx
[System.Runtime.InteropServices.Guid("0000000e-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIBindCtx
[System.Runtime.InteropServices.Guid("0000000e-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IBindCtx instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public interface UCOMIBindCtx
[<System.Runtime.InteropServices.Guid("0000000e-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIBindCtx = interface
[<System.Runtime.InteropServices.Guid("0000000e-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IBindCtx instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type UCOMIBindCtx = interface
Public Interface UCOMIBindCtx
특성

설명

자세한 내용은 기존 설명서를 참조 하십시오 IBindCtx MSDN 라이브러리의 com 하위 폴더에 있습니다.

메서드

EnumObjectParam(UCOMIEnumString)
사용되지 않음.

컨텍스트 개체 매개 변수의 내부 관리 테이블의 키인 문자열을 열거합니다.

GetBindOptions(BIND_OPTS)
사용되지 않음.

이 바인드 컨텍스트에 저장되어 있는 현재 바인딩 옵션을 반환합니다.

GetObjectParam(String, Object)
사용되지 않음.

컨텍스트 개체 매개 변수의 내부 관리 테이블에서 주어진 키를 조회한 다음 해당하는 개체가 있으면 이를 반환합니다.

GetRunningObjectTable(UCOMIRunningObjectTable)
사용되지 않음.

이 바인딩 프로세스와 관련된 ROT(실행 개체 테이블)에 대한 액세스를 반환합니다.

RegisterObjectBound(Object)
사용되지 않음.

전달된 개체를 모니커 작업을 하는 동안 바인딩되고 완료되면 해제되어야 하는 개체 중 하나로 등록합니다.

RegisterObjectParam(String, Object)
사용되지 않음.

주어진 개체 포인터를 개체 포인터의 내부 관리 테이블에 지정된 이름으로 등록합니다.

ReleaseBoundObjects()
사용되지 않음.

현재 RegisterObjectBound(Object)에 의해 바인드 컨텍스트와 함께 등록되어 있는 모든 개체를 해제합니다.

RevokeObjectBound(Object)
사용되지 않음.

등록된 개체의 집합에서 해제해야 하는 개체를 제거합니다.

RevokeObjectParam(String)
사용되지 않음.

이러한 키 중 하나라도 현재 등록되어 있으면 컨텍스트 개체 매개 변수의 내부 관리 테이블에서 이러한 키 아래에 있는 개체의 등록을 취소합니다.

SetBindOptions(BIND_OPTS)
사용되지 않음.

나중에 이 바인드 컨텍스트를 사용하는 UCOMIMoniker 작업에 적용할 매개 변수의 블록을 바인드 컨텍스트에 저장합니다.

적용 대상