ShowPropertyInOutlineViewAttribute.CurrentPropertyVisible 属性

定义

获取或设置当前属性值是否可见。

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

属性值

如果当前属性值可见为,则为 true;否则为 false

适用于