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 | |
---|---|---|
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: