OfficeOpenXmlAppInfoDocument.IAppInfoDocument.GetDocument 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 Function GetDocument As Byte()
    Implements IAppInfoDocument.GetDocument
'Usage
Dim instance As OfficeOpenXmlAppInfoDocument
Dim returnValue As Byte()

returnValue = CType(instance, IAppInfoDocument).GetDocument()
byte[] IAppInfoDocument.GetDocument()

Return Value

Type: array<System.Byte[]

Implements

IAppInfoDocument.GetDocument()

.NET Framework Security

See Also

Reference

OfficeOpenXmlAppInfoDocument Class

OfficeOpenXmlAppInfoDocument Members

Microsoft.Office.Tools Namespace