IPublishProperties3::PublishFiles Property
Visual Studio 2015
Gets the collection of files in the project.
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.
Show: