IVsaItems.Item Property (String)

[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 name.

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

Syntax

'Declaration
ReadOnly Default Property Item ( _
    name As String _
) As IVsaItem
IVsaItem this[
    string name
] { get; }
property IVsaItem^ default[String^ name] {
    IVsaItem^ get (String^ name);
}
abstract Item : 
        name:string -> IVsaItem with get
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