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

プロパティ値

Boolean

現在のプロパティ値が表示される場合は true。それ以外の場合は false

適用対象