UCOMIBindCtx 接口 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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 = interfacePublic Interface UCOMIBindCtx- 属性
注解
有关详细信息,请参阅 MSDN 库的 com 子文件夹中的现有文档 IBindCtx 。
方法
| 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) | 
				已过时.
			 在上下文绑定中存储一个参数块,此参数块将应用于稍后使用此上下文绑定的  |