IVsaItems.Item Property (String)

Gets an item from the collection by its name.

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

Syntax

'Declaration
ReadOnly Default Property Item ( _
    name As String _
) As IVsaItem
    Get
IVsaItem this[
    string name
] { get; }
property IVsaItem^ default[String^ name] {
    IVsaItem^ get (String^ name);
}
abstract Item : IVsaItem
JScript does not support indexed properties.

Parameters

  • name
    Type: System.String
    The name of the item to retrieve from the collection.

Property Value

Type: Microsoft.Vsa.IVsaItem
Returns the item specified by name.

See Also

Reference

IVsaItems Interface

Item Overload

Microsoft.Vsa Namespace