ISharePointAppSettings, interface
Représente les paramètres d'application pour SharePoint ou l'application pour Office.
Espace de noms : Microsoft.VisualStudio.SharePoint
Assembly : Microsoft.VisualStudio.SharePoint (dans Microsoft.VisualStudio.SharePoint.dll)
Syntaxe
'Déclaration
Public Interface ISharePointAppSettings _
Inherits INotifyPropertyChanged
public interface ISharePointAppSettings : INotifyPropertyChanged
Le type ISharePointAppSettings expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
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.Null si aucun projet n'existe ou alors le projet n'est pas chargé dans la solution Visual Studio |
Début
Méthodes
Nom | Description | |
---|---|---|
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 | Liens au projet Web spécifié par webProjectPath. |
Début
Événements
Nom | Description | |
---|---|---|
PropertyChanged | Se produit en cas de modification d'une valeur de propriété. (Hérité de INotifyPropertyChanged.) |
Début