Share via


ProjectHostItemCollection.IVstaProjectHostItemCollection.Item Property (String)

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 ( _
    cookie As String _
) As IVstaProjectHostItem Implements IVstaProjectHostItemCollection.Item
'Usage
Dim instance As ProjectHostItemCollection 
Dim cookie As String 
Dim value As IVstaProjectHostItem 

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

Parameters

Property Value

Type: Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItem

Implements

IVstaProjectHostItemCollection.Item[String]

Remarks

This member is an explicit interface implementation. It can be used only when the ProjectHostItemCollection instance is cast to an IVstaProjectHostItemCollection interface.

.NET Framework Security

See Also

Reference

ProjectHostItemCollection Class

ProjectHostItemCollection Members

ProjectHostItemCollection Overload

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace