Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.ControlsCore (in Microsoft.TeamFoundation.WorkItemTracking.ControlsCore.dll)
Syntax
'Declaration
Protected Shared Function GetVisibility ( _
    h As HtmlElement _
) As Boolean
protected static bool GetVisibility(
    HtmlElement h
)
protected:
static bool GetVisibility(
    HtmlElement^ h
)
static member GetVisibility : 
        h:HtmlElement -> bool
protected static function GetVisibility(
    h : HtmlElement
) : boolean
Parameters
- h
 Type: System.Windows.Forms.HtmlElement
Return Value
Type: System.Boolean
Returns Boolean.
.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.
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace