NewHiddenRegionEx.pBannerAttr Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies banner attributes (same as colorizer attributes).
public: IntPtr pBannerAttr;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.ULONG")]
[System.Runtime.InteropServices.ComConversionLoss]
public IntPtr pBannerAttr;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.ULONG")>]
[<System.Runtime.InteropServices.ComConversionLoss>]
val mutable pBannerAttr : nativeint
Public pBannerAttr As IntPtr
Field Value
IntPtr
nativeint
- Attributes
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 null
), leaving the caller to free this instance.