Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
<AddInAttribute("OfficeOpenXmlAppInfoDocument", Description := "docx;dotx;docm;dotm;xlsx;xltx;xlsm;xltm;xlsb")> _
<PermissionSetAttribute(SecurityAction.Demand, Unrestricted := True)> _
Public NotInheritable Class OfficeOpenXmlAppInfoDocument _
Implements IAppInfoDocument, IAppInfo, IDisposable
'Usage
Dim instance As OfficeOpenXmlAppInfoDocument
[AddInAttribute("OfficeOpenXmlAppInfoDocument", Description = "docx;dotx;docm;dotm;xlsx;xltx;xlsm;xltm;xlsb")]
[PermissionSetAttribute(SecurityAction.Demand, Unrestricted = true)]
public sealed class OfficeOpenXmlAppInfoDocument : IAppInfoDocument,
IAppInfo, IDisposable
[AddInAttribute(L"OfficeOpenXmlAppInfoDocument", Description = L"docx;dotx;docm;dotm;xlsx;xltx;xlsm;xltm;xlsb")]
[PermissionSetAttribute(SecurityAction::Demand, Unrestricted = true)]
public ref class OfficeOpenXmlAppInfoDocument sealed : IAppInfoDocument,
IAppInfo, IDisposable
public final class OfficeOpenXmlAppInfoDocument implements IAppInfoDocument, IAppInfo, IDisposable
Inheritance Hierarchy
System.Object
Microsoft.Office.Tools.OfficeOpenXmlAppInfoDocument
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.