Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.WorkItemTracking.WpfControls
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Public Shared Sub SetHideReadOnlyEmptyFields ( _
    element As DependencyObject, _
    value As Boolean _
)
public static void SetHideReadOnlyEmptyFields(
    DependencyObject element,
    bool value
)
public:
static void SetHideReadOnlyEmptyFields(
    DependencyObject^ element, 
    bool value
)
static member SetHideReadOnlyEmptyFields : 
        element:DependencyObject * 
        value:bool -> unit
public static function SetHideReadOnlyEmptyFields(
    element : DependencyObject, 
    value : boolean
)
Parameters
- element
 Type: System.Windows.DependencyObject
- value
 Type: System.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