This topic has not yet been rated - Rate this topic

IVsSyntheticTextSession.Terminate Method

Immediately kills the synthetic text session.

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

Return Value

Type: Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

COM Signature

From textmgr.idl:

HRESULT IVsSyntheticTextSession::Terminate();
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.