This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
Namespace:  Microsoft.Office.Tools
Assemblies:   Microsoft.Office.Tools.Excel.v4.0.Utilities (in Microsoft.Office.Tools.Excel.v4.0.Utilities.dll)
  Microsoft.Office.Tools (in Microsoft.Office.Tools.dll)
  Microsoft.Office.Tools.Word.v4.0.Utilities (in Microsoft.Office.Tools.Word.v4.0.Utilities.dll)
  Microsoft.Office.Tools.Common.v4.0.Utilities (in Microsoft.Office.Tools.Common.v4.0.Utilities.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("D576C22C-643C-4FB7-B8F1-2B9091456358")> _
Public Interface ICachedDataProvider
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("D576C22C-643C-4FB7-B8F1-2B9091456358")]
public interface ICachedDataProvider
The ICachedDataProvider type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | IsCacheInitialized | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | FillCachedData | |
| .gif) | IsCached | |
| .gif) | NeedsFill | |
| .gif) | StartCaching | |
| .gif) | StopCaching | 
Top