次の方法で共有


ReadOnlyState.IsReadOnly プロパティ

定義

オブジェクトが読み取り専用かどうかを示す値を取得します。

public:
 property bool IsReadOnly { bool get(); void set(bool value); };
public bool IsReadOnly { get; set; }
member this.IsReadOnly : bool with get, set
Public Property IsReadOnly As Boolean

プロパティ値

オブジェクトが読み取り専用の場合は true。それ以外の場合は false

適用対象