ToolboxCategoryItems.Count Propriedade
Definição
Obtém o número de ferramentas contidas no ToolboxCategoryItems.Gets the number of tools contained in the ToolboxCategoryItems.
public:
property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer
Valor da propriedade
O número de elementos contidos no ToolboxCategoryItems.The number of elements contained in the ToolboxCategoryItems.
Implementações
Comentários
ToolboxCategoryItems implementa a ICollection interface.ToolboxCategoryItems implements the ICollection interface.