Encoding.IsReadOnly 屬性

定義

在衍生類別中覆寫時,取得值,指出目前的編碼方式是否為唯讀。

public:
 property bool IsReadOnly { bool get(); };
public bool IsReadOnly { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public bool IsReadOnly { get; }
member this.IsReadOnly : bool
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean

屬性值

如果目前 true 是唯讀,則為 Encoding,否則為 false。 預設值為 true

屬性

適用於