IVsObjectManager2.UnregisterLibrary(UInt32) Méthode

Définition

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

Int32

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  
);  

S’applique à