ExcelAppInfoDocument Class (2003 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.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public NotInheritable Class ExcelAppInfoDocument _
    Inherits OfficeAppInfoDocument
'Usage
Dim instance As ExcelAppInfoDocument
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public sealed class ExcelAppInfoDocument : OfficeAppInfoDocument

Inheritance Hierarchy

System.Object
  Microsoft.Office.Tools.OfficeAppInfoDocument
    Microsoft.Office.Tools.ExcelAppInfoDocument

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.

See Also

Reference

ExcelAppInfoDocument Members

Microsoft.Office.Tools Namespace