Metoda IVsSolutionBuildManager2.UnadviseUpdateSolutionEvents — (UInt32)
Usuwa obiekt wywołujący listę detektorów dla IVsUpdateSolutionEvents2 zdarzenia.
Przestrzeń nazw: Microsoft.VisualStudio.Shell.Interop
Zestaw: Microsoft.VisualStudio.Shell.Interop (w Microsoft.VisualStudio.Shell.Interop.dll)
Składnia
int UnadviseUpdateSolutionEvents(
uint dwCookie
)
int UnadviseUpdateSolutionEvents(
unsigned int dwCookie
)
abstract UnadviseUpdateSolutionEvents :
dwCookie:uint32 -> int
Function UnadviseUpdateSolutionEvents (
dwCookie As UInteger
) As Integer
Parametry
- dwCookie
[w] Double word zawierających plik cookie odebranych z poprzedniego wywołania AdviseUpdateSolutionEvents.
Wartość zwracana
Type: System.Int32
Jeśli metoda się powiedzie, zwraca S_OK.Jeśli nie powiedzie się, zwraca kod błędu.
Implementuje
IVsSolutionBuildManager.UnadviseUpdateSolutionEvents(UInt32)
Uwagi
Podpis COM
Z vsshell.idl:
HRESULT IVsSolutionBuildManager2::UnadviseUpdateSolutionEvents(
[in] VSCOOKIE dwCookie
);
Zobacz też
Interfejs IVsSolutionBuildManager2
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop
Powrót do początku