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.
Gets the project host item at the specified index in the collection.
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
Public ReadOnly Default Property Item ( _
index As Integer _
) As IVstaProjectHostItem
'Usage
Dim instance As ProjectHostItemCollection
Dim index As Integer
Dim value As IVstaProjectHostItem
value = instance(index)
public IVstaProjectHostItem this[
int index
] { get; }
public:
property IVstaProjectHostItem^ default[int index] {
IVstaProjectHostItem^ get (int index);
}
JScript does not support indexed properties.
Parameters
index
Type: System.Int32The location of a host item in the collection.
Property Value
Type: Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItem
The project host item at the specified index in the collection.
.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
Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace