IVsHiddenRegion Members
Include Protected Members
Include Inherited Members
Manages the hidden region.
The IVsHiddenRegion type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetBanner | Returns the banner for the hidden region. | |
GetBaseBuffer | Provides a pointer to the text buffer from the hidden region. | |
GetBehavior | Returns the hidden region behavior, that is, client-controlled or editor-controlled. | |
GetClientData | Returns the client data for the hidden region. | |
GetSpan | Returns the text span of the hidden region in the text buffer. | |
GetState | Returns the state of the hidden region. | |
GetType | Returns the hidden region type (that is, concealed or collapsible). | |
Invalidate | Removes the hidden region and exposes the hidden text in the normal view. | |
IsValid | Determines whether the hidden region is valid. | |
SetBanner | Sets the banner for the hidden region. | |
SetClientData | Sets the client data for the hidden region. | |
SetSpan | Sets the text span of the hidden region in the text buffer. | |
SetState | Sets the state of the hidden region. |
Top