IPublishFileCollection::Item Property (Object^)

 

Gets the file with the specified name.

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

property IPublishFile^ default[
	Object^ key
] {
	IPublishFile^ get(Object^ key);
}

Parameters

key
Type: System::Object^

The name of the file.

Return to top
Show: