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
- 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