BitmapEffectCollection.ICollection<BitmapEffect>.IsReadOnly Propiedad

Definición

Nota: esta API ya está obsoleta. La alternativa no obsoleta es el método Effect. Para obtener una descripción de este miembro, vea 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

Valor de propiedad

Es true si la interfaz BitmapEffectCollection es de solo lectura; de lo contrario, es false.

Implementaciones

Comentarios

Este miembro es una implementación explícita de un miembro de interfaz. Solo se puede utilizar cuando la instancia de BitmapEffectCollection se convierte en una interfaz ICollection<T>.

Se aplica a