CachedData.Clear Method (2003 System)

Removes the cached data from the Microsoft Visual Studio Tools for the Microsoft Office system (version 3.0) solution document and removes the description of the cached data from the cached data manifest.

Namespace:  Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly:  Microsoft.VisualStudio.Tools.Applications.Runtime (in Microsoft.VisualStudio.Tools.Applications.Runtime.dll)

Syntax

'Declaration
Public Sub Clear
'Usage
Dim instance As CachedData

instance.Clear()
public void Clear()

Remarks

To remove only the cached data and leave the description of the cached data in the cached data manifest, use the ClearData method.

The cached data manifest is an XML description of the cached data in a Visual Studio Tools for Office solution document. The cached data manifest is embedded in the Runtime Storage Control, but it is separate from the embedded application manifest. For more information, see Runtime Storage Control Overview.

Permissions

See Also

Reference

CachedData Class

CachedData Members

Microsoft.VisualStudio.Tools.Applications.Runtime Namespace