Share via


IVstaIdentifierCollection.Item Property

Gets the identifier at the specified location.

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

Syntax

'Declaration
Default Property Item ( _
    index As Integer _
) As String
'Usage
Dim instance As IVstaIdentifierCollection 
Dim index As Integer 
Dim value As String 

value = instance(index)

instance(index) = value
string this[
    int index
] { get; set; }
property String^ default[int index] {
    String^ get (int index);
    void set (int index, String^ value);
}
JScript does not support indexed properties.

Parameters

  • index
    Type: System.Int32

    The index of the item to retrieve.

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IVstaIdentifierCollection Interface

IVstaIdentifierCollection Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Interop Namespace