TextEffectCollection.ICollection<TextEffect>.IsReadOnly Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Para uma descrição deste elemento, veja IsReadOnly.
property bool System::Collections::Generic::ICollection<System::Windows::Media::TextEffect>::IsReadOnly { bool get(); };
bool System.Collections.Generic.ICollection<System.Windows.Media.TextEffect>.IsReadOnly { get; }
member this.System.Collections.Generic.ICollection<System.Windows.Media.TextEffect>.IsReadOnly : bool
ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of TextEffect).IsReadOnly
Valor de Propriedade
true se o TextEffectCollection 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 TextEffectCollection instância é transmitida para uma ICollection<T> interface.