TextDecorationCollection.ICollection<TextDecoration>.IsReadOnly Właściwość

Definicja

Pobiera wartość wskazującą, czy kolekcja jest przeznaczona tylko do odczytu.

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

Wartość właściwości

Boolean

true jeśli element TextDecorationCollection jest tylko do odczytu; w przeciwnym razie false.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy TextDecorationCollection wystąpienie jest rzutowanie do interfejsu ICollection<T> .

Dotyczy