IPublishFileCollection Interface
An interface defining a collection of objects implementing IPublishFile.
Namespace: Microsoft.VisualStudio.ManagedInterfaces.Publish
Assembly: Microsoft.VisualStudio.ManagedInterfaces (in Microsoft.VisualStudio.ManagedInterfaces.dll)
Syntax
'Declaration
<GuidAttribute("EE1D4AF0-70E7-494d-9AFD-C888056725C9")> _
Public Interface IPublishFileCollection
[GuidAttribute("EE1D4AF0-70E7-494d-9AFD-C888056725C9")]
public interface IPublishFileCollection
[GuidAttribute(L"EE1D4AF0-70E7-494d-9AFD-C888056725C9")]
public interface class IPublishFileCollection
[<GuidAttribute("EE1D4AF0-70E7-494d-9AFD-C888056725C9")>]
type IPublishFileCollection = interface end
public interface IPublishFileCollection
The IPublishFileCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of files in the collection. | |
Item | Gets the file with the specified name. |
Top