GlobalTypeCollection.IsFixedSize Property
Gets whether or not this collection's size can be changed.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'宣告
Public ReadOnly Property IsFixedSize As Boolean
public bool IsFixedSize { get; }
Property Value
Type: System.Boolean
true if this collection's size cannot be changed, otherwise false.
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.