Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Tools
Assembly: Microsoft.Office.Tools (in Microsoft.Office.Tools.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 | |
---|---|---|
![]() |
IsCacheInitialized |
Top
Methods
Name | Description | |
---|---|---|
![]() |
FillCachedData | |
![]() |
IsCached | |
![]() |
NeedsFill | |
![]() |
StartCaching | |
![]() |
StopCaching |
Top