UCOMIBindCtx Interface

Définition

Attention

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

Utilisez BIND_OPTS à la place.

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
Attributs

Remarques

Pour plus d’informations, consultez la documentation existante dans IBindCtx le sous-dossier com de la bibliothèque MSDN.

Méthodes

Nom Description
EnumObjectParam(UCOMIEnumString)
Obsolète.

Énumérez les chaînes qui sont les clés de la table gérée en interne des paramètres d’objet contextuel.

GetBindOptions(BIND_OPTS)
Obsolète.

Retourne les options de liaison actuelles stockées dans ce contexte de liaison.

GetObjectParam(String, Object)
Obsolète.

Recherchez la clé donnée dans la table gérée en interne des paramètres d’objet contextuel et retournez l’objet correspondant, s’il en existe un.

GetRunningObjectTable(UCOMIRunningObjectTable)
Obsolète.

Retournez l’accès à la table d’objets en cours d’exécution (ROT) pertinente pour ce processus de liaison.

RegisterObjectBound(Object)
Obsolète.

Inscrivez l’objet passé en tant qu’un des objets qui ont été liés pendant une opération moniker et qui doivent être libérés lorsqu’il est terminé.

RegisterObjectParam(String, Object)
Obsolète.

Inscrivez le pointeur d’objet donné sous le nom spécifié dans la table de pointeurs d’objet gérée en interne.

ReleaseBoundObjects()
Obsolète.

Libère tous les objets actuellement inscrits avec le contexte de liaison par RegisterObjectBound(Object).

RevokeObjectBound(Object)
Obsolète.

Supprime l’objet de l’ensemble d’objets inscrits qui doivent être libérés.

RevokeObjectParam(String)
Obsolète.

Révoquez l’inscription de l’objet actuellement trouvé sous cette clé dans la table gérée en interne des paramètres d’objet contextuel, si une telle clé est actuellement inscrite.

SetBindOptions(BIND_OPTS)
Obsolète.

Stockez dans le contexte de liaison un bloc de paramètres qui s’appliquera aux opérations ultérieures UCOMIMoniker à l’aide de ce contexte de liaison.

S’applique à