Share via


ModelItemDictionary.IDictionary.IsFixedSize Property

For a description of this member, see IDictionary.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 IDictionary.IsFixedSize
    Get
bool IDictionary.IsFixedSize { get; }
private:
virtual property bool IsFixedSize {
    bool get () sealed = IDictionary::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 IDictionary object has a fixed size; otherwise, false.

Implements

IDictionary.IsFixedSize

Remarks

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

.NET Framework Security

See Also

Reference

ModelItemDictionary Class

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture