BitmapEffectCollection.ICollection<BitmapEffect>.IsReadOnly Propriedade

Definição

Nota: Esta API está agora obsoleta. A alternativa não obsoleta é Effect. Para uma descrição deste elemento, veja 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 Propriedade

true se o BitmapEffectCollection for só de leitura; caso contrário, false.

Implementações

Observações

Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a BitmapEffectCollection instância é transmitida para uma ICollection<T> interface.

Aplica-se a