NormalizedSnapshotSpanCollection.IList.IsFixedSize Property
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 with get
private override IsFixedSize : bool with get
JScript does not support explicit interface implementations.
Property Value
Type: Boolean
Always returns true.
Implements
IList.IsFixedSize
.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.