The ToolPinTrackingCollection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Capacity | Get the capacity of this collection. This is the maximum number of items that may be stored in this collection without reallocation. Capacity is increased automatically as needed to hold added items. | |
| ChangedEventSuspended | Indicates if raising the ChangedEvent has been suspended. | |
| Count | Get the number of elements contained in this collection. | |
| Handle | (Overrides TrackingCollectionOfToolPinPtr Handle.) | |
| IsReadOnly | Get whether or not this collection is read-only. | |
| Item Int32 | (Overrides TrackingCollectionOfToolPinPtr Item Int32 .) | |
| Item String | (Overrides TrackingCollectionOfToolPinPtr Item String .) | |
| Keys | (Inherited from TrackingCollectionOfToolPinPtr.) | |
| Parent | Get The Tool that owns or holds this collection of Pins. | |
| PinMode | Gets the PinMode of this PinCollection. | |
| Values | (Inherited from TrackingCollectionOfToolPinPtr.) |
See Also