BoundPropertyEntry.ReadOnlyProperty プロパティ

定義

プロパティに set アクセサーがあるかどうかを示す値を取得または設定します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 property bool ReadOnlyProperty { bool get(); void set(bool value); };
public bool ReadOnlyProperty { get; set; }
member this.ReadOnlyProperty : bool with get, set
Public Property ReadOnlyProperty As Boolean

プロパティ値

Boolean

プロパティに true アクセサーがない場合 (プロパティが set である場合) は ReadOnly。それ以外の場合は false

適用対象