Share via


IPublishFileCollection.Item Property

Gets the file with the specified name.

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

Syntax

'Declaration
ReadOnly Default Property Item ( _
    key As Object _
) As IPublishFile
IPublishFile this[
    Object key
] { get; }
property IPublishFile^ default[Object^ key] {
    IPublishFile^ get (Object^ key);
}
abstract Item : 
        key:Object -> IPublishFile with get
JScript does not support indexed properties.

Parameters

  • key
    Type: Object

    The name of the file.

Property Value

Type: Microsoft.VisualStudio.ManagedInterfaces.Publish.IPublishFile
IPublishFile .

.NET Framework Security

See Also

Reference

IPublishFileCollection Interface

Microsoft.VisualStudio.ManagedInterfaces.Publish Namespace