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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.