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

Permissions

See Also

Reference

AppInfo Class

AppInfo Members

WriteCachedData Overload

Microsoft.VisualStudio.Tools.Applications.Runtime Namespace