OfficeOleAppInfoDocument Class (2007 System)
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("OfficeOleAppInfoDocument", Description := "doc;dot;xls;xlt")> _
<PermissionSetAttribute(SecurityAction.Demand, Unrestricted := True)> _
Public NotInheritable Class OfficeOleAppInfoDocument _
Implements IAppInfoDocument, IAppInfo, IDisposable
'Usage
Dim instance As OfficeOleAppInfoDocument
[AddInAttribute("OfficeOleAppInfoDocument", Description = "doc;dot;xls;xlt")]
[PermissionSetAttribute(SecurityAction.Demand, Unrestricted = true)]
public sealed class OfficeOleAppInfoDocument : IAppInfoDocument,
IAppInfo, IDisposable
[AddInAttribute(L"OfficeOleAppInfoDocument", Description = L"doc;dot;xls;xlt")]
[PermissionSetAttribute(SecurityAction::Demand, Unrestricted = true)]
public ref class OfficeOleAppInfoDocument sealed : IAppInfoDocument,
IAppInfo, IDisposable
public final class OfficeOleAppInfoDocument implements IAppInfoDocument, IAppInfo, IDisposable
Inheritance Hierarchy
System.Object
Microsoft.Office.Tools.OfficeOleAppInfoDocument
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.