IVsaItems.Item Property (String)
Gets an item from the collection by its name.
Namespace: Microsoft.Vsa
Assembly: Microsoft.Vsa (in Microsoft.Vsa.dll)
Syntax
'إقرار
ReadOnly Default Property Item ( _
name As String _
) As IVsaItem
Get
'الاستخدام
Dim instance As IVsaItems
Dim name As String
Dim value As IVsaItem
value = instance(name)
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.