VsHiddenTextLayerClass Class

 

Adds or enumerates hidden text sessions.

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

System.Object
  Microsoft.VisualStudio.TextManager.Interop.VsHiddenTextLayerClass

[GuidAttribute("9B6AB22E-916A-11D2-8914-0000F87579D2")]
[ClassInterfaceAttribute(0)]
public class VsHiddenTextLayerClass : IVsHiddenTextSession, VsHiddenTextLayer

NameDescription
System_CAPS_pubmethodVsHiddenTextLayerClass()

Creates a new instance of the class.

NameDescription
System_CAPS_pubmethodAddHiddenRegions(UInt32, Int32, NewHiddenRegion[], IVsEnumHiddenRegions[])

Adds a new hidden region to the text buffer.

System_CAPS_pubmethodEnumHiddenRegions(UInt32, UInt32, TextSpan[], IVsEnumHiddenRegions)

Returns a list of the current hidden regions.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodTerminate()

Ends the hidden text session.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodUnadviseClient()

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.

Return to top
Show: