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
    Get
‘사용 방법
Dim instance As GlobalTypeCollection
Dim value As Boolean

value = instance.IsFixedSize
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 this collection's size cannot be changed, otherwise false.

Implements

IList.IsFixedSize

.NET Framework Security

See Also

Reference

GlobalTypeCollection Class

GlobalTypeCollection Members

Microsoft.VisualStudio.Shell.Design Namespace