TextEffectCollection.ICollection<TextEffect>.IsReadOnly Proprietà

Definizione

Per una descrizione di questo membro, vedere 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

Valore della proprietà

true se TextEffectCollection è di sola lettura; in caso contrario, false.

Implementazioni

Commenti

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere utilizzato solo quando si esegue il cast dell'istanza TextEffectCollection a un'interfaccia ICollection<T>.

Si applica a