Share via


NavigationTreeControl.INavigationTreeControl.IsVisible Property

Namespace:  Microsoft.TeamFoundation.Controls.WPF
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Private Property IsVisible As Boolean 
    Implements INavigationTreeControl.IsVisible
bool INavigationTreeControl.IsVisible { get; set; }
private:
virtual property bool IsVisible {
    bool get () sealed = INavigationTreeControl::IsVisible::get;
    void set (bool value) sealed = INavigationTreeControl::IsVisible::set;
}
private abstract IsVisible : bool with get, set 
private override IsVisible : bool with get, set
JScript does not support explicit interface implementations.

Property Value

Type: System.Boolean
Returns Boolean.

Implements

INavigationTreeControl.IsVisible

.NET Framework Security

See Also

Reference

NavigationTreeControl Class

Microsoft.TeamFoundation.Controls.WPF Namespace