FilteredObservableCollection<T>::IsFixedSize Property

 

Determines whether this collection has a fixed size.

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

public:
property bool IsFixedSize {
	virtual bool get() sealed;
}

Property Value

Type: System::Boolean

Always returns false.

Return to top
Show: