GlobalObjectCollection::IsFixedSize Property

 

Determines whether this collection's size can be changed.

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

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

Property Value

Type: System::Boolean

true if the size cannot be changed, false if it can.

Return to top
Show: