IPublishFile2 Interface

 

Defines the ClickOnce properties of one file in a deployment 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("EEDA4124-EC69-4309-8D18-B1044D5BE868")]
public interface IPublishFile2 : IPublishFile

NameDescription
System_CAPS_pubpropertyGroup

Gets or sets the download group for this file.

System_CAPS_pubpropertyIncludeHash

Gets or sets a value that indicates whether to include the hash of the file in the output manifest.

System_CAPS_pubpropertyIsAssembly

Gets a value that indicates whether the file is an assembly.

System_CAPS_pubpropertyIsDataFile

Gets a value that indicates whether the file is a data file.

System_CAPS_pubpropertyIsOrphaned

Gets a value that indicates whether the file cannot be mapped to a file in the project.

System_CAPS_pubpropertyIsPrerequisite

Gets a value that indicates whether the file is a prerequisite for the deployment.

System_CAPS_pubpropertyIsPublished

Gets a value that indicates whether the file will be deployed.

System_CAPS_pubpropertyIsReadOnly

Gets a value that indicates whether the file is required.

System_CAPS_pubpropertyName

Gets the local name of the file.

System_CAPS_pubpropertyPublishStatus

Gets or sets a value that indicates how a file should be treated by the build system.

System_CAPS_pubpropertyTargetPath

Gets or sets the target name of the file.

NameDescription
System_CAPS_pubmethodReset()

Sets file properties to their default values.

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

Return to top
Show: