IVsHiddenRegionEx Interface
Provides additional methods for IVsHiddenRegion.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("FA54DAC7-23D3-4C27-B46E-0D2591E5CF0A")> _
<InterfaceTypeAttribute()> _
Public Interface IVsHiddenRegionEx
[GuidAttribute("FA54DAC7-23D3-4C27-B46E-0D2591E5CF0A")]
[InterfaceTypeAttribute()]
public interface IVsHiddenRegionEx
[GuidAttribute(L"FA54DAC7-23D3-4C27-B46E-0D2591E5CF0A")]
[InterfaceTypeAttribute()]
public interface class IVsHiddenRegionEx
[<GuidAttribute("FA54DAC7-23D3-4C27-B46E-0D2591E5CF0A")>]
[<InterfaceTypeAttribute()>]
type IVsHiddenRegionEx = interface end
public interface IVsHiddenRegionEx
The IVsHiddenRegionEx type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetBannerAttr | Gets the banner attributes. | |
SetBannerAttr | Sets the banner attributes. |
Top