WorkItemControl.GetHideReadOnlyEmptyFields Method
Namespace: Microsoft.TeamFoundation.WorkItemTracking.WpfControls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Public Shared Function GetHideReadOnlyEmptyFields ( _
element As DependencyObject _
) As Boolean
public static bool GetHideReadOnlyEmptyFields(
DependencyObject element
)
public:
static bool GetHideReadOnlyEmptyFields(
DependencyObject^ element
)
static member GetHideReadOnlyEmptyFields :
element:DependencyObject -> bool
public static function GetHideReadOnlyEmptyFields(
element : DependencyObject
) : boolean
Parameters
- element
Type: System.Windows.DependencyObject
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.WpfControls Namespace