AddinsCollection Class Members
The following tables list the members exposed by AddinsCollection.
Public Properties
Name | Description | |
---|---|---|
Addins | Access base collection | |
Count | Gets the number of Addins actually contained in the collection. | |
IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread-safe). | |
Item | Overloaded. Indexer which returns the Addin with a given index | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. |
Public Methods
Name | Description | |
---|---|---|
CopyTo | Copies the collection or a portion of it to a one-dimensional array. | |
GetEnumerator | Returns an enumerator that can iterate through the Addin collection |
See Also