ModelItemCollection.IList.IsFixedSize Property

For a description of this member, see IList.IsFixedSize.

Namespace:  Microsoft.Windows.Design.Model
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Private ReadOnly Property IsFixedSize As Boolean
    Implements IList.IsFixedSize
    Get
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
true if the IList has a fixed size; otherwise, false.

Implements

IList.IsFixedSize

Remarks

This member is an explicit interface member implementation. It can be used only when the ModelItemCollection instance is cast to an IList interface.

.NET Framework Security

See Also

Reference

ModelItemCollection Class

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture