次の方法で共有


ResourceType.IsReadOnly プロパティ

定義

このリソースの種類が読み取り専用に設定されている場合に true を返すブール値を取得します。

public:
 property bool IsReadOnly { bool get(); };
public bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean

プロパティ値

true このリソースの種類が読み取り専用に設定されている場合は 。それ以外の場合は false

適用対象