IPublishProperties3 Interface

 

Defines the ClickOnce properties of a published application on computers that have Visual Studio 2008 Service Pack 1 or later versions.

Namespace:   Microsoft.VisualStudio.ManagedInterfaces.Publish
Assembly:  Microsoft.VisualStudio.ManagedInterfaces.9.0 (in Microsoft.VisualStudio.ManagedInterfaces.9.0.dll)

[GuidAttribute("FA0FE73F-A10F-4967-9D0D-0B323BEBF3D4")]
public interface IPublishProperties3 : IPublishProperties2, IPublishProperties

NameDescription
System_CAPS_pubpropertyApplicationRevision

Gets or sets the revision number of the publish version of the application.

System_CAPS_pubpropertyApplicationVersion

Gets or sets the publish version of the application.

System_CAPS_pubpropertyAutorunEnabled

Gets or sets a value that indicates whether to create an autorun.inf file for this application.

System_CAPS_pubpropertyBootstrapperComponentsLocation

Gets or sets how the bootstrapping application will download components.

System_CAPS_pubpropertyBootstrapperDownloadUrl

Gets or sets the uniform resource identifier (URI) from which to download the bootstrapping application components of this application.

System_CAPS_pubpropertyBootstrapperEnabled

Gets or sets a value that indicates whether to generate the bootstrapping application.

System_CAPS_pubpropertyBootstrapperPackages

Gets the collection of packages for the bootstrapping application.

System_CAPS_pubpropertyCreateDesktopShortcut

Gets or sets a value that indicates whether the installer adds a shortcut to the desktop.

System_CAPS_pubpropertyCreateWebPageOnPublish

Gets or sets a value that indicates whether Visual Studio generates a Web page for the application when the application is published.

System_CAPS_pubpropertyDisallowUrlActivation

Gets or sets a value that indicates whether to prevent an installed application from starting when the deployment uniform resource identifier (URI) is visited.

System_CAPS_pubpropertyErrorReportUrl

Gets or sets the uniform resource identifier (URI) to which the installer will post information if the application installation fails.

System_CAPS_pubpropertyExcludeDeploymentUrl

Gets or sets a value that indicates whether a deployment uniform resource identifier (URI) is included in the application manifest.

System_CAPS_pubpropertyFileAssociations

Gets the collection of file associations for this application.

System_CAPS_pubpropertyInstall

Gets or sets a value that indicates whether the installer will install the application.

System_CAPS_pubpropertyInstallFrom

Gets or sets the kind of location from which the application is installed.

System_CAPS_pubpropertyInstallUrl

Gets or sets the uniform resource identifier (URI) from which the user will install the application.

System_CAPS_pubpropertyMapFileExtensions

Gets or sets a value that indicates whether to add the .deploy file name extension to all deployed files.

System_CAPS_pubpropertyMinimumRequiredVersion

Gets or sets the minimum required version for this application for this deployment.

System_CAPS_pubpropertyOpenBrowserOnPublish

Gets or sets a value that indicates whether Visual Studio opens the default browser when the application is published.

System_CAPS_pubpropertyProductName

Gets or sets the name of the application.

System_CAPS_pubpropertyPublisherName

Gets or sets the name of the publisher.

System_CAPS_pubpropertyPublishFiles

Gets the collection of files in the project.

System_CAPS_pubpropertyPublishUrl

Gets or sets the uniform resource identifier (URI) to which the application is published.

System_CAPS_pubpropertySuiteName

Gets or sets the name of the product suite of which the application is a part.

System_CAPS_pubpropertySupportUrl

Gets or sets the uniform resource identifier (URI) for support for the application.

System_CAPS_pubpropertyTargetCulture

Gets or sets the publish language Visual Studio uses to publish the application.

System_CAPS_pubpropertyTrustUrlParameters

Gets or sets a value that indicates whether to allow uniform resource identifier (URI) parameters to be passed to application.

System_CAPS_pubpropertyUpdateEnabled

Gets or sets a value that indicates whether users can update the application.

System_CAPS_pubpropertyUpdateInterval

Gets or sets how long the application waits before it checks for updates.

System_CAPS_pubpropertyUpdateIntervalUnits

Gets or sets the units of time of the UpdateInterval property.

System_CAPS_pubpropertyUpdateMode

Gets or sets the strategy that the application uses to check for available updates.

System_CAPS_pubpropertyUpdatePeriodically

Gets or sets a value that indicates whether the application checks for updates.

System_CAPS_pubpropertyUpdateRequired

Gets or sets a value that indicates whether this version represents a required update.

System_CAPS_pubpropertyUpdateUrl

Gets or sets the uniform resource identifier (URI) for updates for the application.

System_CAPS_pubpropertyUseApplicationTrust

Gets or sets a value that indicates whether manifest trust information, in addition to publisher and product information, is added to the application manifest.

System_CAPS_pubpropertyVerifyUploadedFiles

Gets or sets a value that indicates whether Visual Studio verifies the uploaded files after they are published.

System_CAPS_pubpropertyWebPageFileName

Gets or sets the name of the Web page that Visual Studio creates when the application is published.

This interface is only available to products that run in Visual Studio 2008 Service Pack 1 or later versions.

Return to top
Show: