GlobalTypeCollection Properties

 

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

NameDescription
System_CAPS_pubpropertyCount

Gets the number of items in this collection.

System_CAPS_pubpropertySystem_CAPS_staticEmpty

Gets an empty instance of this collection.

System_CAPS_pubpropertyIsFixedSize

Gets whether or not this collection's size can be changed.

System_CAPS_pubpropertyIsReadOnly

Gets whether the collection is read-only.

System_CAPS_pubpropertyIsSynchronized

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

System_CAPS_pubpropertyItem[Int32]

Gets an item at the specified position.

System_CAPS_pubpropertySyncRoot

Returns an object to use for thread-safe access.

Return to top
Show: