Compartilhar via


IPublishFileCollection.Item[Object] Property

Definition

Gets the file with the specified name.

public:
 property Microsoft::VisualStudio::ManagedInterfaces::Publish::IPublishFile ^ default[System::Object ^] { Microsoft::VisualStudio::ManagedInterfaces::Publish::IPublishFile ^ get(System::Object ^ key); };
public Microsoft.VisualStudio.ManagedInterfaces.Publish.IPublishFile this[object key] { get; }
member this.Item(obj) : Microsoft.VisualStudio.ManagedInterfaces.Publish.IPublishFile
Default Public ReadOnly Property Item(key As Object) As IPublishFile

Parameters

key
Object

The name of the file.

Property Value

IPublishFile.

Applies to