VsaItems Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents a collection of IVsaItem objects that can be addressed either by name or by index.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
| Name | Description | |
|---|---|---|
![]() | VsaItems(VsaEngine^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the VsaItems class. |
| Name | Description | |
|---|---|---|
![]() | Count | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the number of items in the collection. |
![]() | Item[Int32] | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the item from the collection that is designated by the specified index value. |
![]() | Item[String^] | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the item from the collection that is designated by the specified name. |
| Name | Description | |
|---|---|---|
![]() | Close() | This API supports the product infrastructure and is not intended to be used directly from your code. Disconnects each item in the collection from the scripting engine. |
![]() | CreateItem(String^, JSVsaItemType, JSVsaItemFlag) | This API supports the product infrastructure and is not intended to be used directly from your code. Creates a new item and adds it to the collection. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetEnumerator() | This API supports the product infrastructure and is not intended to be used directly from your code. Gets an enumerator that iterates over the collection. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | Remove(Int32) | This API supports the product infrastructure and is not intended to be used directly from your code. Removes the item that is designated by the specified index value from the collection. |
![]() | Remove(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Removes the item that is designated by the specified name from the collection. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | AsParallel() | Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.) |
![]() | AsQueryable() | Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.) |
![]() | Cast<TResult>() | Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.) |
![]() | OfType<TResult>() | Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.) |
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

