FilteredObservableCollection<T> Properties

 

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

NameDescription
System_CAPS_pubpropertyCount

Gets the number of items in the collection.

System_CAPS_pubpropertyIsFixedSize

Determines whether this collection has a fixed size.

System_CAPS_pubpropertyIsReadOnly

Determines whether this collection is read-only.

System_CAPS_pubpropertyIsSynchronized

Determines whether the collection is synchronized.

System_CAPS_pubpropertyItem[Int32]

Gets the item at the specified location.

System_CAPS_pubpropertySyncRoot

Gets the object used to synchronize the collection.

Return to top
Show: