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)
Syntax
'Declaration
Public pBannerAttr As IntPtr
public IntPtr pBannerAttr
public:
IntPtr pBannerAttr
val mutable pBannerAttr: IntPtr
public var pBannerAttr : IntPtr
Remarks
pBannerAttr is ignored unless hrbColorBanner is specified in dwFlags. When AddHiddenRegionsEx is called, the core editor will make a copy of pBannerAttr (if not nulla null reference (Nothing in Visual Basic)), leaving the caller to free this instance.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.