PointCollection.ICollection<Point>.IsReadOnly Egenskap

Definition

En beskrivning av den här medlemmen finns i 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

Egenskapsvärde

true om är PointCollection skrivskyddad, annars false.

Implementeringar

Kommentarer

Den här medlemmen är en explicit implementering av gränssnittsmedlemmar. Den kan endast användas när instansen PointCollection skickas till ett ICollection<T> gränssnitt.

Gäller för

Se även