AppInfo.WriteCachedData Method (IAppInfo, String, String, String, String) (2003 System)
This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly: Microsoft.VisualStudio.Tools.Applications.Runtime (in Microsoft.VisualStudio.Tools.Applications.Runtime.dll)
Syntax
'Declaration
Public Shared Sub WriteCachedData ( _
appInfo As IAppInfo, _
hostItem As String, _
id As String, _
xml As String, _
schema As String _
)
'Usage
Dim appInfo As IAppInfo
Dim hostItem As String
Dim id As String
Dim xml As String
Dim schema As String
AppInfo.WriteCachedData(appInfo, hostItem, _
id, xml, schema)
public static void WriteCachedData(
IAppInfo appInfo,
string hostItem,
string id,
string xml,
string schema
)
Parameters
- hostItem
Type: System.String
- id
Type: System.String
- xml
Type: System.String
- schema
Type: System.String
Permissions
- 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.