IPublishFileCollection.Item[Object] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.