Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public ReadOnly Property IsFixedSize As Boolean
public bool IsFixedSize { get; }
public:
virtual property bool IsFixedSize {
bool get () sealed;
}
abstract IsFixedSize : bool
override IsFixedSize : bool
final function get IsFixedSize () : boolean
Property Value
Type: System.Boolean
true if the size cannot be changed, false if it can.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.