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

‘선언
ReadOnly Default Property Item ( _
    key As Object _
) As IPublishFile
    Get
‘사용 방법
Dim instance As IPublishFileCollection
Dim key As Object
Dim value As IPublishFile

value = instance(key)
IPublishFile this[
    Object key
] { get; }
property IPublishFile^ default[Object^ key] {
    IPublishFile^ get (Object^ key);
}
abstract Item : IPublishFile
JScript does not support indexed properties.

Parameters

Property Value

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

.NET Framework Security

See Also

Reference

IPublishFileCollection Interface

IPublishFileCollection Members

Microsoft.VisualStudio.ManagedInterfaces.Publish Namespace