GlobalObjectCollection Properties

 

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

NameDescription
System_CAPS_pubpropertyCount

Returns the number of items in this collection.

System_CAPS_pubpropertyIsFixedSize

Determines whether this collection's size can be changed.

System_CAPS_pubpropertyIsReadOnly

Determines whether this collection is read-only.

System_CAPS_pubpropertyIsSynchronized

Determines whether this collection is synchronized for multi-threaded access.

System_CAPS_pubpropertyItem[Int32]

Gets or sets the item at the given index.

System_CAPS_pubpropertySyncRoot

Gets the object on which to synchronize access.

Return to top
Show: