ISharePointAppSettings Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente les paramètres d'application pour SharePoint ou l'application pour Office.
public interface ISharePointAppSettings : System.ComponentModel.INotifyPropertyChanged
- Implémente
Propriétés
| AppManifest |
Obtient le membre du projet manifeste de l'application. |
| AppPackageOutputPath |
Obtient le chemin d'accès complet au package d'application dans le répertoire de sortie. |
| AppPackageOutputPathForPublishing |
Obtient le chemin d'accès complet au package d'application dans le répertoire de publication. |
| InstalledEventEndpoint |
Obtient ou définit le point de terminaison du service WCF de l'événement d'application installée. |
| Project |
Obtient le projet SharePoint. |
| UninstallingEventEndpoint |
Obtient ou définit le point de terminaison du service WCF de l'événement de désinstallation d'application. |
| UpgradedEventEndpoint |
Obtient ou définit le point de terminaison de service WCF de l'événement de mise à niveau d'application. |
| WebProjectPath |
Obtient le chemin d'accès complet au projet Web, le cas échéant. |
Méthodes
| CreateWebProject(HighTrustCreationInformation) |
Crée un projet d'application Web et le lie au projet d'application en cours. Le nom du projet Web est le nom du projet d'application suivi de « Web ». |
| CreateWebProject(WebProjectCreationInformation, HighTrustCreationInformation) |
Crée un projet d'application Web et le lie au projet d'application en cours. |
| LinkToWebProject(String, Boolean, Boolean) |
Liens au projet Web spécifié par webProjectPath. |