_CommandBars.Count Property

Gets the number of CommandBars objects this contains.

Namespace:  Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

Syntax

‘선언
ReadOnly Property Count As Integer
    Get
‘사용 방법
Dim instance As _CommandBars
Dim value As Integer

value = instance.Count
int Count { get; }
property int Count {
    int get ();
}
abstract Count : int
function get Count () : int

Property Value

Type: System.Int32
The number of CommandBars objects this contains.

.NET Framework Security

See Also

Reference

_CommandBars Interface

_CommandBars Members

Microsoft.VisualStudio.CommandBars Namespace