WorkItemFormControl.RenderView Method (Boolean)

Renders the view.

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

Syntax

'Declaration
Public Sub RenderView ( _
    force As Boolean _
)
public void RenderView(
    bool force
)
public:
void RenderView(
    bool force
)
member RenderView : 
        force:bool -> unit
public function RenderView(
    force : boolean
)

Parameters

.NET Framework Security

See Also

Reference

WorkItemFormControl Class

RenderView Overload

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace