Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- index
Type: System.Int32
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
- 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.
See Also
Reference
ProjectHostItemCollection Class
ProjectHostItemCollection Members
ProjectHostItemCollection Overload
Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace