次の方法で共有


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 です。

適用対象