IVsaItems.Item Property (Int32)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets an item from the collection by its index value.

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Syntax

'Declaration
ReadOnly Default Property Item ( _
    index As Integer _
) As IVsaItem
IVsaItem this[
    int index
] { get; }
property IVsaItem^ default[int index] {
    IVsaItem^ get (int index);
}
abstract Item : 
        index:int -> IVsaItem with get
JScript does not support indexed properties.

Parameters

  • index
    Type: System.Int32

    A 0-based index of the retrievable items.

Property Value

Type: Microsoft.Vsa.IVsaItem
Returns the item at the specified index.

See Also

Reference

IVsaItems Interface

Item Overload

Microsoft.Vsa Namespace