VsaItems.Item Property (Int32)

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

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

Syntax

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

Parameters

Property Value

Type: Microsoft.Vsa.IVsaItem

Implements

IVsaItems.Item

.NET Framework Security

See Also

Reference

VsaItems Class

Item Overload

Microsoft.VisualBasic.Vsa Namespace