Share via


AppManifest Class (2003 System)

Represents the embedded application manifest in the Runtime Storage Control of a Microsoft Visual Studio Tools for the Microsoft Office system (version 3.0) solution document.

Namespace:  Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly:  Microsoft.VisualStudio.Tools.Applications.Runtime (in Microsoft.VisualStudio.Tools.Applications.Runtime.dll)

Syntax

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

Remarks

For more information about the Runtime Storage Control, see Runtime Storage Control Overview. For more information about application manifests, see Application and Deployment Manifests in Office Solutions and Application Manifests for Office Solutions (2003 System).

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    Microsoft.VisualStudio.Tools.Applications.Runtime.AppManifestNode
      Microsoft.VisualStudio.Tools.Applications.Runtime.AppManifest

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

AppManifest Members

Microsoft.VisualStudio.Tools.Applications.Runtime Namespace

Other Resources

Runtime Storage Control Overview

Application and Deployment Manifests in Office Solutions

Application Manifests for Office Solutions (2003 System)