IVsSolutionBuildManager2.UnadviseUpdateSolutionEvents(UInt32) Méthode

Définition

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

Int32

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

S’applique à