IVsDataExplorerNode.IsVisible Property

Definition

Gets a value indicating whether the current node is visible in the Server Explorer window.

public:
 property bool IsVisible { bool get(); };
public bool IsVisible { get; }
member this.IsVisible : bool
Public ReadOnly Property IsVisible As Boolean

Property Value

true if the current node is visible; otherwise, false.

Applies to