Share via


IPublishProperties.PublishFiles Property

Gets a collection of files that can be deployed.

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

Syntax

'Declaration
ReadOnly Property PublishFiles As IPublishFileCollection
'Usage
Dim instance As IPublishProperties 
Dim value As IPublishFileCollection 

value = instance.PublishFiles
IPublishFileCollection PublishFiles { get; }
property IPublishFileCollection^ PublishFiles {
    IPublishFileCollection^ get ();
}
function get PublishFiles () : IPublishFileCollection

Property Value

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

.NET Framework Security

See Also

Reference

IPublishProperties Interface

IPublishProperties Members

Microsoft.VisualStudio.ManagedInterfaces.Publish Namespace