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)
Syntax
'宣言
<GuidAttribute("FA0FE73F-A10F-4967-9D0D-0B323BEBF3D4")> _
Public Interface IPublishProperties3 _
Inherits IPublishProperties2, IPublishProperties
[GuidAttribute("FA0FE73F-A10F-4967-9D0D-0B323BEBF3D4")]
public interface IPublishProperties3 : IPublishProperties2,
IPublishProperties
The IPublishProperties3 type exposes the following members.
Properties
Name | Description | |
---|---|---|
ApplicationRevision | Gets or sets the revision number of the application. (Inherited from IPublishProperties.) | |
ApplicationRevision | Gets or sets the revision number of the application. (Inherited from IPublishProperties2.) | |
ApplicationRevision | Gets or sets the revision number of the publish version of the application. | |
ApplicationVersion | Gets or sets the version of the application. (Inherited from IPublishProperties.) | |
ApplicationVersion | Gets or sets the version of the application. (Inherited from IPublishProperties2.) | |
ApplicationVersion | Gets or sets the publish version of the application. | |
AutorunEnabled | Gets or sets whether to create an autorun.ini file for this application. (Inherited from IPublishProperties.) | |
AutorunEnabled | Gets or sets whether to create an autorun.ini file for this application. (Inherited from IPublishProperties2.) | |
AutorunEnabled | Gets or sets a value that indicates whether to create an autorun.inf file for this application. | |
BootstrapperComponentsLocation | Gets or sets the way the bootstrapper should download components. (Inherited from IPublishProperties.) | |
BootstrapperComponentsLocation | Gets or sets the way the bootstrapper should download components. (Inherited from IPublishProperties2.) | |
BootstrapperComponentsLocation | Gets or sets how the bootstrapping application will download components. | |
BootstrapperDownloadUrl | Gets or sets the URL from which to download bootstrapper components of this application. (Inherited from IPublishProperties.) | |
BootstrapperDownloadUrl | Gets or sets the URL from which to download bootstrapper components of this application. (Inherited from IPublishProperties2.) | |
BootstrapperDownloadUrl | Gets or sets the uniform resource identifier (URI) from which to download the bootstrapping application components of this application. | |
BootstrapperEnabled | Gets or sets whether the bootstrapper should be generated. (Inherited from IPublishProperties.) | |
BootstrapperEnabled | Gets or sets whether the bootstrapper should be generated. (Inherited from IPublishProperties2.) | |
BootstrapperEnabled | Gets or sets a value that indicates whether to generate the bootstrapping application. | |
BootstrapperPackages | Gets the collection of bootstrapper packages. (Inherited from IPublishProperties.) | |
BootstrapperPackages | Gets the collection of bootstrapper packages. (Inherited from IPublishProperties2.) | |
BootstrapperPackages | Gets the collection of packages for the bootstrapping application. | |
CreateDesktopShortcut | Gets or sets a value that indicates whether the installer adds a shortcut to the desktop. | |
CreateWebPageOnPublish | Gets or sets whether to generate a Web page when this application is published. (Inherited from IPublishProperties.) | |
CreateWebPageOnPublish | Gets or sets whether to generate a Web page when this application is published. (Inherited from IPublishProperties2.) | |
CreateWebPageOnPublish | Gets or sets a value that indicates whether Visual Studio generates a Web page for the application when the application is published. | |
DisallowUrlActivation | Gets or sets whether to run the application after installation (Inherited from IPublishProperties.) | |
DisallowUrlActivation | Gets or sets whether to run the application after installation (Inherited from IPublishProperties2.) | |
DisallowUrlActivation | Gets or sets a value that indicates whether to prevent an installed application from starting when the deployment uniform resource identifier (URI) is visited. | |
ErrorReportUrl | Gets or sets the uniform resource identifier (URI) to which the installer will post information if the application installation fails. | |
ExcludeDeploymentUrl | Gets or sets a value that indicates whether a deployment uniform resource identifier (URI) is included in the application manifest. | |
FileAssociations | Gets the collection of file associations for this application. | |
Install | Gets or sets whether to install the application on the user's machine. (Inherited from IPublishProperties.) | |
Install | Gets or sets whether to install the application on the user's machine. (Inherited from IPublishProperties2.) | |
Install | Gets or sets a value that indicates whether the installer will install the application. | |
InstallFrom | Gets or sets the type of install location. (Inherited from IPublishProperties.) | |
InstallFrom | Gets or sets the type of install location. (Inherited from IPublishProperties2.) | |
InstallFrom | Gets or sets the kind of location from which the application is installed. | |
InstallUrl | Gets or sets the URL from which the user should install the application. (Inherited from IPublishProperties.) | |
InstallUrl | Gets or sets the URL from which the user should install the application. (Inherited from IPublishProperties2.) | |
InstallUrl | Gets or sets the uniform resource identifier (URI) from which the user will install the application. | |
MapFileExtensions | Gets or sets whether to add ".deploy" as an extension to all deployed files. (Inherited from IPublishProperties.) | |
MapFileExtensions | Gets or sets whether to add ".deploy" as an extension to all deployed files. (Inherited from IPublishProperties2.) | |
MapFileExtensions | Gets or sets a value that indicates whether to add the .deploy file name extension to all deployed files. | |
MinimumRequiredVersion | Gets or sets the minimum version users can install. (Inherited from IPublishProperties.) | |
MinimumRequiredVersion | Gets or sets the minimum version users can install. (Inherited from IPublishProperties2.) | |
MinimumRequiredVersion | Gets or sets the minimum required version for this application for this deployment. | |
OpenBrowserOnPublish | Gets or sets whether to open the default browser after each publish. (Inherited from IPublishProperties.) | |
OpenBrowserOnPublish | Gets or sets whether to open the default browser after each publish. (Inherited from IPublishProperties2.) | |
OpenBrowserOnPublish | Gets or sets a value that indicates whether Visual Studio opens the default browser when the application is published. | |
ProductName | Gets and sets the name of the application. (Inherited from IPublishProperties.) | |
ProductName | Gets and sets the name of the application. (Inherited from IPublishProperties2.) | |
ProductName | Gets or sets the name of the application. | |
PublisherName | Gets or sets the name of the publisher. (Inherited from IPublishProperties.) | |
PublisherName | Gets or sets the name of the publisher. (Inherited from IPublishProperties2.) | |
PublisherName | Gets or sets the name of the publisher. | |
PublishFiles | Gets a collection of files that can be deployed. (Inherited from IPublishProperties.) | |
PublishFiles | Gets a collection of files that can be deployed. (Inherited from IPublishProperties2.) | |
PublishFiles | Gets the collection of files in the project. | |
PublishUrl | Gets or sets the URL to which the application will be deployed. (Inherited from IPublishProperties.) | |
PublishUrl | Gets or sets the URL to which the application will be deployed. (Inherited from IPublishProperties2.) | |
PublishUrl | Gets or sets the uniform resource identifier (URI) to which the application is published. | |
SuiteName | Gets or sets the name of the product suite of which the application is a part. | |
SupportUrl | Gets or sets the URL to which users can go for support. (Inherited from IPublishProperties.) | |
SupportUrl | Gets or sets the URL to which users can go for support. (Inherited from IPublishProperties2.) | |
SupportUrl | Gets or sets the uniform resource identifier (URI) for support for the application. | |
TargetCulture | Gets or sets the culture for which the deployment will be generated. (Inherited from IPublishProperties.) | |
TargetCulture | Gets or sets the culture for which the deployment will be generated. (Inherited from IPublishProperties2.) | |
TargetCulture | Gets or sets the publish language Visual Studio uses to publish the application. | |
TrustUrlParameters | Gets or sets whether to allow users to pass parameters to the application via the URL. (Inherited from IPublishProperties.) | |
TrustUrlParameters | Gets or sets whether to allow users to pass parameters to the application via the URL. (Inherited from IPublishProperties2.) | |
TrustUrlParameters | Gets or sets a value that indicates whether to allow uniform resource identifier (URI) parameters to be passed to application. | |
UpdateEnabled | Gets or sets whether users are allowed to update their application. (Inherited from IPublishProperties.) | |
UpdateEnabled | Gets or sets whether users are allowed to update their application. (Inherited from IPublishProperties2.) | |
UpdateEnabled | Gets or sets a value that indicates whether users can update the application. | |
UpdateInterval | Gets or sets the number of units for the application to wait before checking for updates. (Inherited from IPublishProperties.) | |
UpdateInterval | Gets or sets the number of units for the application to wait before checking for updates. (Inherited from IPublishProperties2.) | |
UpdateInterval | Gets or sets how long the application waits before it checks for updates. | |
UpdateIntervalUnits | Gets or sets the units of time for the application to wait before checking for updates. (Inherited from IPublishProperties.) | |
UpdateIntervalUnits | Gets or sets the units of time for the application to wait before checking for updates. (Inherited from IPublishProperties2.) | |
UpdateIntervalUnits | Gets or sets the units of time of the UpdateInterval property. | |
UpdateMode | Gets or sets the mode by which the application will check for updates. (Inherited from IPublishProperties.) | |
UpdateMode | Gets or sets the mode by which the application will check for updates. (Inherited from IPublishProperties2.) | |
UpdateMode | Gets or sets the strategy that the application uses to check for available updates. | |
UpdatePeriodically | Gets or sets whether the application should check for updates. (Inherited from IPublishProperties.) | |
UpdatePeriodically | Gets or sets whether the application should check for updates. (Inherited from IPublishProperties2.) | |
UpdatePeriodically | Gets or sets a value that indicates whether the application checks for updates. | |
UpdateRequired | Gets or sets whether update is required. (Inherited from IPublishProperties.) | |
UpdateRequired | Gets or sets whether update is required. (Inherited from IPublishProperties2.) | |
UpdateRequired | Gets or sets a value that indicates whether this version represents a required update. | |
UpdateUrl | Gets or sets the URL to use to check for future updates. (Inherited from IPublishProperties.) | |
UpdateUrl | Gets or sets the URL to use to check for future updates. (Inherited from IPublishProperties2.) | |
UpdateUrl | Gets or sets the uniform resource identifier (URI) for updates for the application. | |
UseApplicationTrust | Gets or sets if manifest trust info as well as publisher and product information is added to the application manifest (Inherited from IPublishProperties2.) | |
UseApplicationTrust | Gets or sets a value that indicates whether manifest trust information, in addition to publisher and product information, is added to the application manifest. | |
VerifyUploadedFiles | Gets or sets whether the uploaded files will be validated after publish. (Inherited from IPublishProperties.) | |
VerifyUploadedFiles | Gets or sets whether the uploaded files will be validated after publish. (Inherited from IPublishProperties2.) | |
VerifyUploadedFiles | Gets or sets a value that indicates whether Visual Studio verifies the uploaded files after they are published. | |
WebPageFileName | Gets or sets the name of the web page that should be created or opened on publish. (Inherited from IPublishProperties.) | |
WebPageFileName | Gets or sets the name of the web page that should be created or opened on publish. (Inherited from IPublishProperties2.) | |
WebPageFileName | Gets or sets the name of the Web page that Visual Studio creates when the application is published. |
Top
Remarks
This interface is only available to products that run in Visual Studio 2008 Service Pack 1 or later versions.