Share via


IdentifierCollection.IVstaIdentifierCollection.Item Property

Gets the item at the specified index in the IdentifierCollection.

Namespace:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel
Assembly:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel (in Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.dll)

Syntax

'Declaration
Private Property Item ( _
    index As Integer _
) As String Implements IVstaIdentifierCollection.Item
'Usage
Dim instance As IdentifierCollection 
Dim index As Integer 
Dim value As String 

value = CType(instance, IVstaIdentifierCollection).Item(index)

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

Parameters

Property Value

Type: System.String
The item at the specified index in the IdentifierCollection.

Implements

IVstaIdentifierCollection.Item[Int32]

Remarks

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

.NET Framework Security

See Also

Reference

IdentifierCollection Class

IdentifierCollection Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel Namespace