IVsSolutionBuildManager2.UnadviseUpdateSolutionEvents(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.
Supprime l'appelant de la liste des écouteurs pour les événements IVsUpdateSolutionEvents2.
public:
int UnadviseUpdateSolutionEvents(System::UInt32 dwCookie);
public:
int UnadviseUpdateSolutionEvents(unsigned int dwCookie);
int UnadviseUpdateSolutionEvents(unsigned int dwCookie);
public int UnadviseUpdateSolutionEvents (uint dwCookie);
abstract member UnadviseUpdateSolutionEvents : uint32 -> int
Public Function UnadviseUpdateSolutionEvents (dwCookie As UInteger) As Integer
Paramètres
- dwCookie
- UInt32
[in] Double mot contenant le cookie reçu d'un appel précédent à AdviseUpdateSolutionEvents(IVsUpdateSolutionEvents, UInt32).
Retours
Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.
Implémente
Remarques
Signature COM
À partir de vsshell. idl :
HRESULT IVsSolutionBuildManager2::UnadviseUpdateSolutionEvents(
[in] VSCOOKIE dwCookie
);