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
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.StringThe name of the item to retrieve from the collection.
Property Value
Type: Microsoft.Vsa.IVsaItem
Returns the item specified by name.