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.

适用于