IVsHiddenTextSessionEx Interface
Provides an Add method for IVsHiddenRegionEx objects.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("A43C0083-755F-4385-9574-4C14BFFC4344")> _
<InterfaceTypeAttribute()> _
Public Interface IVsHiddenTextSessionEx
[GuidAttribute("A43C0083-755F-4385-9574-4C14BFFC4344")]
[InterfaceTypeAttribute()]
public interface IVsHiddenTextSessionEx
[GuidAttribute(L"A43C0083-755F-4385-9574-4C14BFFC4344")]
[InterfaceTypeAttribute()]
public interface class IVsHiddenTextSessionEx
[<GuidAttribute("A43C0083-755F-4385-9574-4C14BFFC4344")>]
[<InterfaceTypeAttribute()>]
type IVsHiddenTextSessionEx = interface end
public interface IVsHiddenTextSessionEx
The IVsHiddenTextSessionEx type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddHiddenRegionsEx | Adds IVsHiddenRegionEx objects. |
Top