BitmapEffectCollection.ICollection<BitmapEffect>.IsReadOnly プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注: この 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> インターフェイスにキャストされている場合にのみ使用できます。