IVsHiddenRegion Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | GetBanner(String^) | Returns the banner for the hidden region. |
![]() | GetBaseBuffer(IVsTextLines^) | Provides a pointer to the text buffer from the hidden region. |
![]() | GetBehavior(UInt32) | Returns the hidden region behavior, that is, client-controlled or editor-controlled. |
![]() | GetClientData(UInt32) | Returns the client data for the hidden region. |
![]() | GetSpan(array<TextSpan>^) | Returns the text span of the hidden region in the text buffer. |
![]() | GetState(UInt32) | Returns the state of the hidden region. |
![]() | GetType(Int32) | Returns the hidden region type (that is, concealed or collapsible). |
![]() | Invalidate(UInt32) | Removes the hidden region and exposes the hidden text in the normal view. |
![]() | IsValid() | Determines whether the hidden region is valid. |
![]() | SetBanner(String^) | Sets the banner for the hidden region. |
![]() | SetClientData(UInt32) | Sets the client data for the hidden region. |
![]() | SetSpan(array<TextSpan>^) | Sets the text span of the hidden region in the text buffer. |
![]() | SetState(UInt32, UInt32) | Sets the state of the hidden region. |
Show:
