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

适用于