Compartilhar via


IPublishProperties3.PublishFiles Property

Definition

Gets the collection of files in the project.

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

The collection of files in the project.

Implements

Attributes

Applies to