HIDDEN_REGION_EVENT Enumeration

Determines the exact user action taken on the hidden text region.

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

Syntax

'Declaration
Public Enumeration HIDDEN_REGION_EVENT
'Usage
Dim instance As HIDDEN_REGION_EVENT
public enum HIDDEN_REGION_EVENT
public enum class HIDDEN_REGION_EVENT
public enum HIDDEN_REGION_EVENT

Members

Member name Description
hreRegionDeleted Region deleted by a text edit.
hreRegionResurrected Region was deleted, but was restored by an Undo or Redo operation.
hreRegionReloaded The text of a hidden region was reloaded and may no longer be at an appropriate location.
hreBeforeRegionExpanded A region with user-controlled visibility will be expanded.
hreAfterRegionExpanded A region with user-controlled visibility was expanded.
hreBeforeRegionCollapsed A region with user-controlled visibility will be collapsed.
hreAfterRegionCollapsed A region with user-controlled visibility was collapsed.

Remarks

COM Signature

From textmgr.idl:

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace