IPublishProperties2 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the ClickOnce properties of a published application.
public interface class IPublishProperties2 : Microsoft::VisualStudio::ManagedInterfaces::Publish::IPublishProperties
public interface class IPublishProperties2 : Microsoft::VisualStudio::ManagedInterfaces::Publish::IPublishProperties
__interface IPublishProperties2 : Microsoft::VisualStudio::ManagedInterfaces::Publish::IPublishProperties
[System.Runtime.InteropServices.Guid("459DEC00-8C1F-40CD-A41D-ED6260C97DC0")]
public interface IPublishProperties2 : Microsoft.VisualStudio.ManagedInterfaces.Publish.IPublishProperties
[<System.Runtime.InteropServices.Guid("459DEC00-8C1F-40CD-A41D-ED6260C97DC0")>]
type IPublishProperties2 = interface
interface IPublishProperties
Public Interface IPublishProperties2
Implements IPublishProperties
- Derived
- Attributes
- Implements
Properties
ApplicationRevision |
Gets or sets the revision number of the application. |
ApplicationVersion |
Gets or sets the version of the application. |
AutorunEnabled |
Gets or sets whether to create an autorun.ini file for this application. |
BootstrapperComponentsLocation |
Gets or sets the way the bootstrapper should download components. |
BootstrapperDownloadUrl |
Gets or sets the URL from which to download bootstrapper components of this application. |
BootstrapperEnabled |
Gets or sets whether the bootstrapper should be generated. |
BootstrapperPackages |
Gets the collection of bootstrapper packages. |
CreateWebPageOnPublish |
Gets or sets whether to generate a Web page when this application is published. |
DisallowUrlActivation |
Gets or sets whether to run the application after installation |
Install |
Gets or sets whether to install the application on the user's machine. |
InstallFrom |
Gets or sets the type of install location. |
InstallUrl |
Gets or sets the URL from which the user should install the application. |
MapFileExtensions |
Gets or sets whether to add ".deploy" as an extension to all deployed files. |
MinimumRequiredVersion |
Gets or sets the minimum version users can install. |
OpenBrowserOnPublish |
Gets or sets whether to open the default browser after each publish. |
ProductName |
Gets and sets the name of the application. |
PublisherName |
Gets or sets the name of the publisher. |
PublishFiles |
Gets a collection of files that can be deployed. |
PublishUrl |
Gets or sets the URL to which the application will be deployed. |
SupportUrl |
Gets or sets the URL to which users can go for support. |
TargetCulture |
Gets or sets the culture for which the deployment will be generated. |
TrustUrlParameters |
Gets or sets whether to allow users to pass parameters to the application via the URL. |
UpdateEnabled |
Gets or sets whether users are allowed to update their application. |
UpdateInterval |
Gets or sets the number of units for the application to wait before checking for updates. |
UpdateIntervalUnits |
Gets or sets the units of time for the application to wait before checking for updates. |
UpdateMode |
Gets or sets the mode by which the application will check for updates. |
UpdatePeriodically |
Gets or sets whether the application should check for updates. |
UpdateRequired |
Gets or sets whether update is required. |
UpdateUrl |
Gets or sets the URL to use to check for future updates. |
UseApplicationTrust |
Gets or sets if manifest trust info as well as publisher and product information is added to the application manifest |
VerifyUploadedFiles |
Gets or sets whether the uploaded files will be validated after publish. |
WebPageFileName |
Gets or sets the name of the web page that should be created or opened on publish. |