次の方法で共有


IVsHiddenRegionEx.GetBannerAttr Method

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntax

'宣言
Function GetBannerAttr ( _
    dwLength As UInteger, _
    <OutAttribute> pColorAttr As UInteger() _
) As Integer
'使用
Dim instance As IVsHiddenRegionEx
Dim dwLength As UInteger
Dim pColorAttr As UInteger()
Dim returnValue As Integer

returnValue = instance.GetBannerAttr(dwLength, _
    pColorAttr)
int GetBannerAttr(
    uint dwLength,
    uint[] pColorAttr
)
int GetBannerAttr(
    [InAttribute] unsigned int dwLength, 
    [OutAttribute] array<unsigned int>^ pColorAttr
)
abstract GetBannerAttr : 
        dwLength:uint32 * 
        pColorAttr:uint32[] byref -> int 
function GetBannerAttr(
    dwLength : uint, 
    pColorAttr : uint[]
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsHiddenRegionEx Interface

IVsHiddenRegionEx Members

Microsoft.VisualStudio.TextManager.Interop Namespace