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

屬性值

Boolean

如果延伸模組是唯讀的,則為 true,否則為 false

適用於