IVsObjectManager2.UnregisterLibrary(UInt32) 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.
Annule l'inscription d'une bibliothèque de symboles.
public:
int UnregisterLibrary(System::UInt32 dwCookie);
public:
int UnregisterLibrary(unsigned int dwCookie);
int UnregisterLibrary(unsigned int dwCookie);
public int UnregisterLibrary (uint dwCookie);
abstract member UnregisterLibrary : uint32 -> int
Public Function UnregisterLibrary (dwCookie As UInteger) As Integer
Paramètres
- dwCookie
- UInt32
[in] Cookie qui identifie la bibliothèque. Le cookie est assigné pendant l'inscription de la bibliothèque.
Retours
Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.
Remarques
Signature COM
À partir de vsshell80. idl :
HRESULT IVsObjectManager2::UnregisterLibrary(
[in] VSCOOKIE dwCookie
);