Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A wrapper for a COM publishing interface.
Namespace:  Microsoft.VisualStudio.ManagedInterfaces.Publish
Assembly:  Microsoft.VisualStudio.ManagedInterfaces (in Microsoft.VisualStudio.ManagedInterfaces.dll)
Syntax
'Declaration
<GuidAttribute("098CFC8C-D5FD-4ab6-B51B-A1AA4421068B")> _
Public Interface IPublishFile
[GuidAttribute("098CFC8C-D5FD-4ab6-B51B-A1AA4421068B")]
public interface IPublishFile
[GuidAttribute(L"098CFC8C-D5FD-4ab6-B51B-A1AA4421068B")]
public interface class IPublishFile
[<GuidAttribute("098CFC8C-D5FD-4ab6-B51B-A1AA4421068B")>]
type IPublishFile =  interface end
public interface IPublishFile
The IPublishFile type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Group | Gets and sets the published group. | 
| .gif) | IsAssembly | Gets whether or not the interface's file is an assembly. | 
| .gif) | IsDataFile | Gets whether or not the file is a data file. | 
| .gif) | IsOrphaned | Gets whether or not the file cannot be mapped to an item in the project. | 
| .gif) | IsPrerequisite | Gets whether or not the file is a prerequisite for deployment. | 
| .gif) | IsPublished | Gets whether or not the file is to be deployed. | 
| .gif) | IsReadOnly | Gets whether or not the file is read-only. | 
| .gif) | Name | Gets the name of the file. | 
| .gif) | PublishStatus | Gets or sets the current status of the file. | 
| .gif) | TargetPath | Gets or sets the target path of this file. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Reset | Returns this file to the default state. | 
Top