VsDefaultButtonBarImagesClass.GetButtonCount Method

Returns the number of buttons on a Buttonbar.

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

Syntax

'Declaration
Public Overridable Function GetButtonCount ( _
    <OutAttribute> ByRef pcButtons As Integer _
) As Integer
public virtual int GetButtonCount(
    out int pcButtons
)
public:
virtual int GetButtonCount(
    [OutAttribute] int% pcButtons
)
abstract GetButtonCount : 
        pcButtons:int byref -> int 
override GetButtonCount : 
        pcButtons:int byref -> int 
public function GetButtonCount(
    pcButtons : int
) : int

Parameters

Return Value

Type: System.Int32

Implements

IVsDefaultButtonBarImages.GetButtonCount(Int32%)

.NET Framework Security

See Also

Reference

VsDefaultButtonBarImagesClass Class

Microsoft.VisualStudio.TextManager.Interop Namespace