Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
public enum HIDDEN_REGION_EVENT
public enum class HIDDEN_REGION_EVENT
type HIDDEN_REGION_EVENT
public enum HIDDEN_REGION_EVENT
Members
Member name | Description | |
---|---|---|
hreAfterRegionCollapsed | A region with user-controlled visibility was collapsed. | |
hreAfterRegionExpanded | A region with user-controlled visibility was expanded. | |
hreBeforeRegionCollapsed | A region with user-controlled visibility will be collapsed. | |
hreBeforeRegionExpanded | A region with user-controlled visibility will be expanded. | |
hreRegionDeleted | Region deleted by a text edit. | |
hreRegionReloaded | The text of a hidden region was reloaded and may no longer be at an appropriate location. | |
hreRegionResurrected | Region was deleted, but was restored by an Undo or Redo operation. |
Remarks
COM Signature
From textmgr.idl: