IVsHiddenRegion Methods

 

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

NameDescription
System_CAPS_pubmethodGetBanner(String^)

Returns the banner for the hidden region.

System_CAPS_pubmethodGetBaseBuffer(IVsTextLines^)

Provides a pointer to the text buffer from the hidden region.

System_CAPS_pubmethodGetBehavior(UInt32)

Returns the hidden region behavior, that is, client-controlled or editor-controlled.

System_CAPS_pubmethodGetClientData(UInt32)

Returns the client data for the hidden region.

System_CAPS_pubmethodGetSpan(array<TextSpan>^)

Returns the text span of the hidden region in the text buffer.

System_CAPS_pubmethodGetState(UInt32)

Returns the state of the hidden region.

System_CAPS_pubmethodGetType(Int32)

Returns the hidden region type (that is, concealed or collapsible).

System_CAPS_pubmethodInvalidate(UInt32)

Removes the hidden region and exposes the hidden text in the normal view.

System_CAPS_pubmethodIsValid()

Determines whether the hidden region is valid.

System_CAPS_pubmethodSetBanner(String^)

Sets the banner for the hidden region.

System_CAPS_pubmethodSetClientData(UInt32)

Sets the client data for the hidden region.

System_CAPS_pubmethodSetSpan(array<TextSpan>^)

Sets the text span of the hidden region in the text buffer.

System_CAPS_pubmethodSetState(UInt32, UInt32)

Sets the state of the hidden region.

Return to top
Show: