RegistrationServices.UnregisterTypeForComClients(Int32) Méthode
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.
Supprime les références à un type inscrit avec la méthode RegisterTypeForComClients(Type, RegistrationClassContext, RegistrationConnectionType).
public:
virtual void UnregisterTypeForComClients(int cookie);
[System.Runtime.InteropServices.ComVisible(false)]
public virtual void UnregisterTypeForComClients (int cookie);
[System.Runtime.InteropServices.ComVisible(false)]
[System.Security.SecurityCritical]
public virtual void UnregisterTypeForComClients (int cookie);
[<System.Runtime.InteropServices.ComVisible(false)>]
abstract member UnregisterTypeForComClients : int -> unit
override this.UnregisterTypeForComClients : int -> unit
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Security.SecurityCritical>]
abstract member UnregisterTypeForComClients : int -> unit
override this.UnregisterTypeForComClients : int -> unit
Public Overridable Sub UnregisterTypeForComClients (cookie As Integer)
Paramètres
- cookie
- Int32
Valeur de cookie retournée par un appel précédent à la surcharge de la méthode RegisterTypeForComClients(Type, RegistrationClassContext, RegistrationConnectionType).
- Attributs
Remarques
Notez que l’utilisation de l’appel de plateforme pour appeler les méthodes et non managées CoRegisterClassObject
CoDisconnectObject
pour inscrire et annuler l’inscription d’objets COM n’est pas prise en charge.