UCOMIBindCtx Interfaz

Definición

Precaución

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

Utilice BIND_OPTS en su lugar.

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
Atributos

Comentarios

Para obtener más información, consulte la documentación existente para IBindCtx en la subcarpeta com de MSDN Library.

Métodos

Nombre Description
EnumObjectParam(UCOMIEnumString)
Obsoletos.

Enumera las cadenas que son las claves de la tabla mantenida internamente de parámetros de objeto contextual.

GetBindOptions(BIND_OPTS)
Obsoletos.

Devuelve las opciones de enlace actuales almacenadas en este contexto de enlace.

GetObjectParam(String, Object)
Obsoletos.

Busque la clave especificada en la tabla mantenida internamente de parámetros de objeto contextual y devuelva el objeto correspondiente, si existe uno.

GetRunningObjectTable(UCOMIRunningObjectTable)
Obsoletos.

Devuelve el acceso a la tabla de objetos en ejecución (ROT) pertinente para este proceso de enlace.

RegisterObjectBound(Object)
Obsoletos.

Registre el objeto pasado como uno de los objetos enlazados durante una operación de moniker y que se debe liberar cuando se complete.

RegisterObjectParam(String, Object)
Obsoletos.

Registre el puntero de objeto especificado bajo el nombre especificado en la tabla mantenida internamente de punteros de objeto.

ReleaseBoundObjects()
Obsoletos.

Libera todos los objetos registrados actualmente con el contexto de enlace mediante RegisterObjectBound(Object).

RevokeObjectBound(Object)
Obsoletos.

Quita el objeto del conjunto de objetos registrados que deben liberarse.

RevokeObjectParam(String)
Obsoletos.

Revoque el registro del objeto que se encuentra actualmente en esta clave en la tabla mantenida internamente de parámetros de objeto contextuales, si hay alguna clave registrada actualmente.

SetBindOptions(BIND_OPTS)
Obsoletos.

Almacene en el contexto de enlace un bloque de parámetros que se aplicará a las operaciones posteriores UCOMIMoniker mediante este contexto de enlace.

Se aplica a