OfficeOleAppInfoDocument.IAppInfo.WriteItem Method
This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Tools
Assembly: Microsoft.VisualStudio.Tools.Office.AppInfoDocument.v9.0 (in Microsoft.VisualStudio.Tools.Office.AppInfoDocument.v9.0.dll)
Syntax
'Declaration
Private Sub WriteItem ( _
type As String, _
id As String, _
data As Byte() _
) Implements IAppInfo.WriteItem
'Usage
Dim instance As OfficeOleAppInfoDocument
Dim type As String
Dim id As String
Dim data As Byte()
CType(instance, IAppInfo).WriteItem(type, _
id, data)
void IAppInfo.WriteItem(
string type,
string id,
byte[] data
)
Parameters
- type
Type: System.String
- id
Type: System.String
- data
Type: array<System.Byte[]
Implements
IAppInfo.WriteItem(String, String, array<Byte[])
.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.
See Also
Reference
OfficeOleAppInfoDocument Class