NewHiddenRegionEx::pBannerAttr Field

 

Specifies banner attributes (same as colorizer attributes).

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

public:
IntPtr pBannerAttr

Field Value

Type: System::IntPtr

pBannerAttr is ignored unless hrbColorBanner is specified in dwFlags. When AddHiddenRegionsEx is called, the core editor will make a copy of pBannerAttr (if not null), leaving the caller to free this instance.

Return to top
Show: