GradientStopCollection.ICollection<GradientStop>.IsReadOnly Eigenschaft

Definition

Eine Beschreibung dieses Elements finden Sie unter IsSynchronized.

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

Eigenschaftswert

true, wenn der Zugriff auf das GradientStopCollection synchronisiert (threadsicher) ist, andernfalls false.

Implementiert

Hinweise

Bei diesem Member handelt es sich um eine explizite Schnittstellenmemberimplementierung. Er kann nur verwendet werden, wenn die GradientStopCollection-Instanz in eine ICollection-Schnittstelle umgewandelt wird.

Gilt für: