TextDecorationCollection.ICollection<TextDecoration>.IsReadOnly Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Auflistung schreibgeschützt ist.

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

Eigenschaftswert

truewenn die TextDecorationCollection Schreibgeschützt ist; andernfalls . false

Implementiert

Hinweise

Dieses Element ist eine explizite Schnittstellenmitgliedsimplementierung. Sie kann nur verwendet werden, wenn die TextDecorationCollection Instanz in eine ICollection<T> Schnittstelle umgegossen wird.

Gilt für: