IPublishProperties3::PublishFiles Property

 

Gets the collection of files in the project.

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

[DispIdAttribute(15)]
property IPublishFileCollection^ PublishFiles {
	IPublishFileCollection^ get();
}

Property Value

Type: Microsoft.VisualStudio.ManagedInterfaces.Publish::IPublishFileCollection^

The collection of files in the project.

Each IPublishFile2 object in the collection contains information about how the file is deployed.

Return to top
Show: