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
- 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.Controls Namespace