UCOMIBindCtx Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
Use System.Runtime.InteropServices.ComTypes.IBindCtx instead. http://go.microsoft.com/fwlink/?linkid=14202
Utilisez plutôt 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
- Attributs
Remarques
Pour plus d’informations, consultez la documentation existante pour IBindCtx
dans le sous-dossier com de la bibliothèque MSDN.
Méthodes
EnumObjectParam(UCOMIEnumString) |
Obsolète.
Énumère les chaînes correspondant aux clés de la table de paramètres d'objets contextuels mise à jour en interne. |
GetBindOptions(BIND_OPTS) |
Obsolète.
Retourne les options de liaison en cours stockées dans ce contexte de liaison. |
GetObjectParam(String, Object) |
Obsolète.
Recherche la clé donnée dans la table de paramètres d'objets contextuels mise à jour en interne et retourne l'objet correspondant, s'il existe. |
GetRunningObjectTable(UCOMIRunningObjectTable) |
Obsolète.
Retourne l'accès à la table ROT (Running Object Table) appropriée pour ce processus de liaison. |
RegisterObjectBound(Object) |
Obsolète.
Inscrit l'objet passé comme l'un des objets liés durant une opération de moniker et devant être libérés à la fin de l'opération. |
RegisterObjectParam(String, Object) |
Obsolète.
Inscrit le pointeur d'objet donné sous le nom spécifié dans la table de pointeurs d'objets mise à jour en interne. |
ReleaseBoundObjects() |
Obsolète.
Libère tous les objets actuellement inscrits dans le contexte de liaison par RegisterObjectBound(Object). |
RevokeObjectBound(Object) |
Obsolète.
Supprime l'objet du jeu d'objets inscrits à libérer. |
RevokeObjectParam(String) |
Obsolète.
Révoque l'inscription de l'objet figurant actuellement sous cette clé dans la table de paramètres d'objets contextuels mise à jour en interne, si cette clé est inscrite actuellement. |
SetBindOptions(BIND_OPTS) |
Obsolète.
Stocke dans le contexte de liaison un bloc de paramètres applicables aux opérations |