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
private override IsFixedSize : bool
JScript does not support explicit interface implementations.

Property Value

Type: System.Boolean
Always returns true.

Implements

IList.IsFixedSize

.NET Framework Security

See Also

Reference

NormalizedSnapshotSpanCollection Class

Microsoft.VisualStudio.Text Namespace