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

'宣告
Public pBannerAttr As IntPtr
'用途
Dim instance As NewHiddenRegionEx
Dim value As IntPtr

value = instance.pBannerAttr

instance.pBannerAttr = value
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.

COM Signature

From textmgr2.idl:

.NET Framework Security

See Also

Reference

NewHiddenRegionEx Structure

NewHiddenRegionEx Members

Microsoft.VisualStudio.TextManager.Interop Namespace