GlobalObjectCollection Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Returns the number of items in this collection. |
![]() | IsFixedSize | Determines whether this collection's size can be changed. |
![]() | IsReadOnly | Determines whether this collection is read-only. |
![]() | IsSynchronized | Determines whether this collection is synchronized for multi-threaded access. |
![]() | Item[Int32] | Gets or sets the item at the given index. |
![]() | SyncRoot | Gets the object on which to synchronize access. |
Show:
