IVsSyntheticTextClient.OnBeforeSessionEnd Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Fires event indicating the synthetic text session end.
public:
void OnBeforeSessionEnd();
public:
void OnBeforeSessionEnd();
void OnBeforeSessionEnd();
public void OnBeforeSessionEnd ();
abstract member OnBeforeSessionEnd : unit -> unit
Public Sub OnBeforeSessionEnd ()
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsSyntheticTextClient::OnBeforeSessionEnd();