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
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
- 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.
See Also
Reference
Microsoft.Windows.Design.Model Namespace