Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications.AddInAdapter.v9.0 (in Microsoft.VisualStudio.Tools.Applications.AddInAdapter.v9.0.dll)
Syntax
'Declaration
Private Function GetDocument As Byte()
Implements IAppInfoDocumentContract.GetDocument
'Usage
Dim instance As AppInfoDocumentAddInAdapter
Dim returnValue As Byte()
returnValue = CType(instance, IAppInfoDocumentContract).GetDocument()
byte[] IAppInfoDocumentContract.GetDocument()
private:
virtual array<unsigned char>^ GetDocument() sealed = IAppInfoDocumentContract::GetDocument
JScript does not support explicit interface implementations.
Return Value
Type: array<System.Byte[]
Implements
IAppInfoDocumentContract.GetDocument()
See Also
Reference
AppInfoDocumentAddInAdapter Class