TransformCollection.ICollection<Transform>.IsReadOnly Vlastnost

Definice

Popis tohoto člena najdete v tématu IsReadOnly.

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

Hodnota vlastnosti

Boolean

trueTransformCollection pokud je jen pro čtení; jinak . false

Implementuje

Poznámky

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

Platí pro

Viz také