言語

ExtensionParameter.ReadOnly プロパティ

定義

設定が読み取り専用かどうかを示す値が得られます。

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

プロパティ値

true 拡張設定が読み取り専用の場合、それ以外は false

適用対象