DerivedHierarchyLevel.IsVisible 属性

定义

获取或设置一个值,该值指示该级别在派生层次结构内是否可见。

public:
 property bool IsVisible { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember]
public bool IsVisible { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.IsVisible : bool with get, set
Public Property IsVisible As Boolean

属性值

如果该级别在派生层次结构内可见,则为 true;否则为 false

属性

适用于