IPublishProperties.PublishFiles Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of files that can be deployed.
public:
property Microsoft::VisualStudio::ManagedInterfaces::Publish::IPublishFileCollection ^ PublishFiles { Microsoft::VisualStudio::ManagedInterfaces::Publish::IPublishFileCollection ^ get(); };
public:
property Microsoft::VisualStudio::ManagedInterfaces::Publish::IPublishFileCollection ^ PublishFiles { Microsoft::VisualStudio::ManagedInterfaces::Publish::IPublishFileCollection ^ get(); };
[System.Runtime.InteropServices.DispId(15)]
public Microsoft.VisualStudio.ManagedInterfaces.Publish.IPublishFileCollection PublishFiles { get; }
[<System.Runtime.InteropServices.DispId(15)>]
member this.PublishFiles : Microsoft.VisualStudio.ManagedInterfaces.Publish.IPublishFileCollection
Public ReadOnly Property PublishFiles As IPublishFileCollection
Property Value
- Attributes