Encoding.IsReadOnly プロパティ

定義

派生クラスでオーバーライドされると、現在のエンコードが読み取り専用かどうかを示す値を取得します。

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

プロパティ値

現在の が読み取り専用の場合は a0/& 。それ以外の場合は。 既定値は true です。

属性

適用対象