TextDecorationCollection.ICollection<TextDecoration>.IsReadOnly プロパティ

定義

コレクションが読み取り専用かどうかを示す値を取得します。

property bool System::Collections::Generic::ICollection<System::Windows::TextDecoration>::IsReadOnly { bool get(); };
bool System.Collections.Generic.ICollection<System.Windows.TextDecoration>.IsReadOnly { get; }
member this.System.Collections.Generic.ICollection<System.Windows.TextDecoration>.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of TextDecoration).IsReadOnly

プロパティ値

true TextDecorationCollectionが読み取り専用の場合は %。それ以外の場合はfalse

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 TextDecorationCollection インスタンスがICollection<T> インターフェイスにキャストされている場合にのみ使用できます。

適用対象