Dela 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
'Usage
Dim instance As ModelItemDictionary 
Dim value As Boolean 

value = CType(instance, IDictionary).IsFixedSize
bool IDictionary.IsFixedSize { get; }
private:
virtual property bool IsFixedSize {
    bool get () sealed = IDictionary::IsFixedSize::get;
}
JScript does not support explicit interface implementations.

Property Value

Type: System.Boolean

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

ModelItemDictionary Members

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture