IAppxManifestDesignerService Interface

Définition

Fournit l'accès par programmation au fichier manifeste de l'application d'un projet. Il s’agit d’un service global implémenté par le package du concepteur de manifeste d’application.

public interface class IAppxManifestDesignerService
public interface class IAppxManifestDesignerService
__interface IAppxManifestDesignerService
[System.Runtime.InteropServices.Guid("11D31BA1-480F-435F-B711-8F192A1C226E")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IAppxManifestDesignerService
[<System.Runtime.InteropServices.Guid("11D31BA1-480F-435F-B711-8F192A1C226E")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IAppxManifestDesignerService = interface
Public Interface IAppxManifestDesignerService
Dérivé
Attributs

Méthodes

OpenAppxManifestDesigner(IVsDocumentLockHolder, AppxManifestDesignerTab)

Fournit l’accès par programme au fichier manifeste d’application d’un projet par openingthe manifest designer et, éventuellement, en ouvrant l’onglet Concepteur de manifeste spécifié.

OpenAppxManifestDocument(Object, IVsDocumentLockHolder, IAppxManifestDocument)

Fournit l'accès par programmation au fichier manifeste de l'application d'un projet en ouvrant un objet DocData fourni par le concepteur de manifestes, garantit qu'il est stocké dans la table de documents en cours d'exécution (RDT) et retourne un objet de handle de document qui implémente deux interfaces : IVsDocumentLockHolder et IVsInvisibleEditor.

S’applique à