ISharePointAppSettings Interface
Represents the settings of application for SharePoint or application for Office.
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
| Name | Description | |
|---|---|---|
![]() | AppManifest | Gets the application manifest project member. |
![]() | AppPackageOutputPath | Gets the full path to the application package in the output directory. |
![]() | AppPackageOutputPathForPublishing | Gets the full path to the application package in the publish directory. |
![]() | InstalledEventEndpoint | Gets or sets the WCF service endpoint of app installed event. |
![]() | Project | Gets the SharePoint project. |
![]() | UninstallingEventEndpoint | Gets or sets the WCF service endpoint of app uninstalling event. |
![]() | UpgradedEventEndpoint | Gest or sets the WCF service endpoint of app upgraded event. |
![]() | WebProjectPath | Gets the full path to the web project, if any. Null if no such project exists or the project is not loaded in the Visual Studio solution |
| Name | Description | |
|---|---|---|
![]() | CreateWebProject(HighTrustCreationInformation^) | Creates a web application project and links it to the current app project. The web project's name will be the app project's name appended by "Web". |
![]() | CreateWebProject(WebProjectCreationInformation^, HighTrustCreationInformation^) | Creates a web application project and links it to the current app project. |
![]() | LinkToWebProject(String^, Boolean, Boolean) | Links to the web project specified by webProjectPath. |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | (Inherited from INotifyPropertyChanged.) |


