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