ISharePointAppSettings Interface

 

Represents the settings of application for SharePoint or application for Office.

Namespace:   Microsoft.VisualStudio.SharePoint
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)

public interface class ISharePointAppSettings : INotifyPropertyChanged

NameDescription
System_CAPS_pubpropertyAppManifest

Gets the application manifest project member.

System_CAPS_pubpropertyAppPackageOutputPath

Gets the full path to the application package in the output directory.

System_CAPS_pubpropertyAppPackageOutputPathForPublishing

Gets the full path to the application package in the publish directory.

System_CAPS_pubpropertyInstalledEventEndpoint

Gets or sets the WCF service endpoint of app installed event.

System_CAPS_pubpropertyProject

Gets the SharePoint project.

System_CAPS_pubpropertyUninstallingEventEndpoint

Gets or sets the WCF service endpoint of app uninstalling event.

System_CAPS_pubpropertyUpgradedEventEndpoint

Gest or sets the WCF service endpoint of app upgraded event.

System_CAPS_pubpropertyWebProjectPath

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

NameDescription
System_CAPS_pubmethodCreateWebProject(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".

System_CAPS_pubmethodCreateWebProject(WebProjectCreationInformation^, HighTrustCreationInformation^)

Creates a web application project and links it to the current app project.

System_CAPS_pubmethodLinkToWebProject(String^, Boolean, Boolean)

Links to the web project specified by webProjectPath.

NameDescription
System_CAPS_pubeventPropertyChanged

(Inherited from INotifyPropertyChanged.)

Return to top
Show: