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입니다.

적용 대상