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
'Declaração
ReadOnly Default Property Item ( _
key As Object _
) As IPublishFile
IPublishFile this[
Object key
] { get; }
Parameters
- key
Type: System.Object
The name of the file.
Property Value
Type: Microsoft.VisualStudio.ManagedInterfaces.Publish.IPublishFile
IPublishFile .
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.