Share via


HtmlControl.EnsureCacheIsInitialized Method

Ensures text cache is initialized with the control's interpretation of supplied HTML, to make sure that any differences are not treated as user-edits.

This operation must be performed after RefreshText() any time the user acts to provide the control with focus (before any edits are made).

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

Syntax

'Declaration
Protected Sub EnsureCacheIsInitialized
protected void EnsureCacheIsInitialized()
protected:
void EnsureCacheIsInitialized()
member EnsureCacheIsInitialized : unit -> unit
protected function EnsureCacheIsInitialized()

.NET Framework Security

See Also

Reference

HtmlControl Class

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace