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.
Renders the view.
Namespace:  Microsoft.TeamFoundation.WorkItemTracking.WpfControls
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
- force
 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