IVsContainedLanguageHost::Unadvise Method (UInt32)

 

Called by a client that is no longer interested in receiving notifications from the editor.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

int Unadvise(
	unsigned int vsCookie
)

Parameters

vsCookie
Type: System::UInt32

[in] The unique value that was returned from the Advise method.

Return Value

Type: System::Int32

If successful, returns S_OK; otherwise, returns an error code.

From singlefileeditor.idl:

HRESULT Unadvise(
   [in] VSCOOKIE vsCookie
);
Return to top
Show: