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