言語

AttachedProperty<T>.IsReadOnly プロパティ

定義

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

public:
 virtual property bool IsReadOnly { bool get(); };
public override bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public Overrides ReadOnly Property IsReadOnly As Boolean

プロパティ値

true コレクションが読み取り専用の場合。それ以外の場合は false

適用対象