PointCollection.ICollection<Point>.IsReadOnly Vlastnost

Definice

Popis tohoto člena naleznete v tématu 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

Hodnota vlastnosti

Boolean

true je-li jen pro PointCollection čtení; falsev opačném případě .

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze ho použít pouze v PointCollection případě, že je instance přetypována do ICollection<T> rozhraní.

Platí pro

Viz také