IVsHiddenRegionEx.SetBannerAttr(UInt32, UInt32[]) Method
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.
Sets the banner attributes.
public:
int SetBannerAttr(System::UInt32 dwLength, cli::array <System::UInt32> ^ pColorAttr);
public:
int SetBannerAttr(unsigned int dwLength, Platform::Array <unsigned int> ^ pColorAttr);
int SetBannerAttr(unsigned int dwLength, std::Array <unsigned int> const & pColorAttr);
public int SetBannerAttr (uint dwLength, uint[] pColorAttr);
abstract member SetBannerAttr : uint32 * uint32[] -> int
Public Function SetBannerAttr (dwLength As UInteger, pColorAttr As UInteger()) As Integer
Parameters
- dwLength
- UInt32
The length of the banner.
- pColorAttr
- UInt32[]
A ULONG array of color attributes.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.