VsHiddenTextLayer Methods

 

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

NameDescription
System_CAPS_pubmethodAddHiddenRegions(UInt32, Int32, array<NewHiddenRegion>^, array<IVsEnumHiddenRegions^>^)

Adds a new hidden region to the text buffer.(Inherited from IVsHiddenTextSession.)

System_CAPS_pubmethodEnumHiddenRegions(UInt32, UInt32, array<TextSpan>^, IVsEnumHiddenRegions^)

Returns a list of the current hidden regions.(Inherited from IVsHiddenTextSession.)

System_CAPS_pubmethodTerminate()

Ends the hidden text session.(Inherited from IVsHiddenTextSession.)

System_CAPS_pubmethodUnadviseClient()

Releases the IVsHiddenTextClient.(Inherited from IVsHiddenTextSession.)

Return to top
Show: