IVsHiddenTextClient Members
Include Protected Members
Include Inherited Members
Provides notification of changes to a newly created hidden text session.
The IVsHiddenTextClient type exposes the following members.
Methods
Name | Description | |
---|---|---|
ExecMarkerCommand | Executes a text marker command against a marker. | |
GetMarkerCommandInfo | Returns marker command information. | |
GetTipText | Signals that the user has hovered the mouse over a collapsed hidden text region. | |
MakeBaseSpanVisible | Called when a particular hidden region needs to be displayed. | |
OnBeforeSessionEnd | Called before the hidden text session is terminated. | |
OnHiddenRegionChange | Called when the user expands or collapses a hidden region. |
Top