TextDecorationCollection.ICollection<TextDecoration>.IsReadOnly Vlastnost

Definice

Získá hodnotu, která udává, zda je kolekce určena jen pro čtení.

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

Hodnota vlastnosti

Boolean

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

Implementuje

Poznámky

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

Platí pro