IVsHiddenRegionEx.GetBannerAttr(UInt32, UInt32[]) 方法

定义

获取横幅特性。

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

参数

dwLength
UInt32

横幅的长度。

pColorAttr
UInt32[]

弄颜色特性的 ULONG 数组。

返回

Int32

如果该方法成功,则它会返回 S_OK。 如果该方法失败,则会返回错误代码。

适用于