PointCollection.ICollection<Point>.IsReadOnly Eigenschap

Definitie

Zie voor een beschrijving van dit lid IsReadOnly.

property bool System::Collections::Generic::ICollection<System::Windows::Point>::IsReadOnly { bool get(); };
bool System.Collections.Generic.ICollection<System.Windows.Point>.IsReadOnly { get; }
member this.System.Collections.Generic.ICollection<System.Windows.Point>.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of Point).IsReadOnly

Waarde van eigenschap

trueals het PointCollection kenmerk Alleen-lezen is, anders. false

Implementeringen

Opmerkingen

Dit lid is een expliciete implementatie van interfaceleden. Deze kan alleen worden gebruikt wanneer het PointCollection exemplaar naar een ICollection<T> interface wordt gecast.

Van toepassing op

Zie ook