GradientStopCollection.ICollection<GradientStop>.IsReadOnly プロパティ

定義

このメンバーの詳細については、「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

プロパティ値

true へのアクセスが同期されている (スレッド セーフである) 場合は GradientStopCollection。それ以外の場合は false

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、GradientStopCollection のインスタンスが ICollection インターフェイスにキャストされる場合のみ、使用できます。

適用対象