GeometryCollection.ICollection<Geometry>.IsReadOnly Vlastnost

Definice

Popis tohoto člena najdete v tématu IsReadOnly.

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

Hodnota vlastnosti

true pokud je jen GeometryCollection pro čtení, jinak hodnota false.

Implementuje

Poznámky

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

Platí pro

Viz také