ToolsetCollection.Count Property

Definition

Gets a value indicating the number of Toolset objects in the ToolsetCollection.

public:
 property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer

Property Value

An integer value representing the number of Toolset objects in the collection.

Implements

Remarks

Each Toolset element in the collection represents a Toolset in the project.

Applies to