IPublishFile Interface

 

A wrapper for a COM publishing interface.

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

[GuidAttribute("098CFC8C-D5FD-4ab6-B51B-A1AA4421068B")]
public interface IPublishFile

NameDescription
System_CAPS_pubpropertyGroup

Gets and sets the published group.

System_CAPS_pubpropertyIsAssembly

Gets whether or not the interface's file is an assembly.

System_CAPS_pubpropertyIsDataFile

Gets whether or not the file is a data file.

System_CAPS_pubpropertyIsOrphaned

Gets whether or not the file cannot be mapped to an item in the project.

System_CAPS_pubpropertyIsPrerequisite

Gets whether or not the file is a prerequisite for deployment.

System_CAPS_pubpropertyIsPublished

Gets whether or not the file is to be deployed.

System_CAPS_pubpropertyIsReadOnly

Gets whether or not the file is read-only.

System_CAPS_pubpropertyName

Gets the name of the file.

System_CAPS_pubpropertyPublishStatus

Gets or sets the current status of the file.

System_CAPS_pubpropertyTargetPath

Gets or sets the target path of this file.

NameDescription
System_CAPS_pubmethodReset()

Returns this file to the default state.

Return to top
Show: