ISharePointAppSettings Interface
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Represents the settings of application for SharePoint or application for Office.
Namespace: Microsoft.VisualStudio.SharePoint
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public Interface ISharePointAppSettings _
Inherits INotifyPropertyChanged
public interface ISharePointAppSettings : INotifyPropertyChanged
The ISharePointAppSettings type exposes the following members.
Properties
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 |
Top
Methods
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) | ||
LinkToWebProject | Links to the web project specified by webProjectPath. |
Top
Events
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) |
Top