Share via


CachedData.ClearData Method

Removes the cached data from the document of an Office solution.

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

Syntax

'Declaration
Public Sub ClearData
public void ClearData()

Remarks

This method removes the cached data from the document of an Office solution, but does not remove the description of the cached data from the cached data manifest.

To remove the description of the cached data in the cached data manifest in addition to the cached data, use the Clear method.

The cached data manifest is an XML description of the cached data in a document of an Office solution.

.NET Framework Security

See Also

Reference

CachedData Class

Microsoft.VisualStudio.Tools.Applications Namespace