ModelItemCollection.IsFixedSize Property
When overridden in a derived class, gets a value indicating whether the collection is a fixed size.
Namespace: Microsoft.Windows.Design.Model
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property IsFixedSize As Boolean
Get
protected virtual bool IsFixedSize { get; }
protected:
virtual property bool IsFixedSize {
bool get ();
}
abstract IsFixedSize : bool
override IsFixedSize : bool
function get IsFixedSize () : boolean
Property Value
Type: System.Boolean
true if the collection is a fixed size; otherwise, false.
Remarks
The default implementation returns true if the collection is read-only.
.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