GlobalTypeCollection Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of items in this collection. |
![]() ![]() | Empty | Gets an empty instance of this collection. |
![]() | IsFixedSize | Gets whether or not this collection's size can be changed. |
![]() | IsReadOnly | Gets whether the collection is read-only. |
![]() | IsSynchronized | Determines whether this collection is synchronized for multi-threaded access. |
![]() | Item[Int32] | Gets an item at the specified position. |
![]() | SyncRoot | Returns an object to use for thread-safe access. |
Show:

