IVsHiddenTextClient.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.
Called before the hidden text session is terminated.
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 IVsHiddenTextClient::OnBeforeSessionEnd();
The hidden text session is terminated when the text buffer is closed down or when the hidden text session is no longer needed and is destroyed.