Share via


ProjectHostItemCollection.IVstaProjectHostItemCollection.Item Property (Int32)

For a description of this member, see IVstaProjectHostItemCollection.Item.

Namespace:  Microsoft.VisualStudio.Tools.Applications.DesignTime
Assembly:  Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)

Syntax

'Declaration
Private ReadOnly Property Item ( _
    index As Integer _
) As IVstaProjectHostItem Implements IVstaProjectHostItemCollection.Item
'Usage
Dim instance As ProjectHostItemCollection 
Dim index As Integer 
Dim value As IVstaProjectHostItem 

value = CType(instance, IVstaProjectHostItemCollection).Item(index)
IVstaProjectHostItem IVstaProjectHostItemCollection.this[
    int index
] { get; }
private:
virtual property IVstaProjectHostItem^ Item[int index] {
    IVstaProjectHostItem^ get (int index) sealed = IVstaProjectHostItemCollection::Item::get;
}
JScript does not support explicit interface implementations.

Parameters

Property Value

Type: Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItem
This member is an explicit interface implementation. It can be used only when the ProjectHostItemCollection instance is cast to an IVstaProjectHostItemCollection interface.

Implements

IVstaProjectHostItemCollection.Item[Int32]

.NET Framework Security

See Also

Reference

ProjectHostItemCollection Class

ProjectHostItemCollection Members

ProjectHostItemCollection Overload

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace