BitmapEffectCollection.ICollection<BitmapEffect>.IsReadOnly プロパティ

定義

メモ: この API は、互換性のために残されています。 旧式でない代替手段は、Effect です。 このメンバーの詳細については、「IsReadOnly」をご覧ください。

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

プロパティ値

true が読み取り専用である場合は BitmapEffectCollection。それ以外の場合は false

実装

注釈

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

適用対象