VsHiddenTextLayerClass Class
Visual Studio 2015
Adds or enumerates hidden text sessions.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | VsHiddenTextLayerClass() | Creates a new instance of the class. |
| Name | Description | |
|---|---|---|
![]() | AddHiddenRegions(UInt32, Int32, NewHiddenRegion[], IVsEnumHiddenRegions[]) | Adds a new hidden region to the text buffer. |
![]() | EnumHiddenRegions(UInt32, UInt32, TextSpan[], IVsEnumHiddenRegions) | Returns a list of the current hidden regions. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Terminate() | Ends the hidden text session. |
![]() | ToString() | (Inherited from Object.) |
![]() | UnadviseClient() | Releases the IVsHiddenTextClient. |
You cannot create an instance of this class with the new keyword. Instead, you must get the ILocalRegistry object and create the object with CreateInstance. The MPF wraps this method with CreateInstance.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

