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 the collection is of fixed size. Always returns true.
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
Private ReadOnly Property IsFixedSize As Boolean
Implements IList.IsFixedSize
bool IList.IsFixedSize { get; }
private:
virtual property bool IsFixedSize {
bool get () sealed = IList::IsFixedSize::get;
}
private abstract IsFixedSize : bool
private override IsFixedSize : bool
JScript does not support explicit interface implementations.
Property Value
Type: System.Boolean
Always returns true.
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.