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

如果该属性不包含指示属性为 trueset 访问器,则为 ReadOnly;否则为 false

适用于