IJSVsaItems Interface
Defines an interface for a collection of IJSVsaItem objects, which can be addressed either by name or by index.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
[GuidAttribute("172341E0-9B0D-43E6-9EFF-75E030A46461")] [InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)] [ObsoleteAttribute("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")] [ComVisibleAttribute(true)] public interface class IJSVsaItems : IEnumerable
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of items in the specified collection. |
![]() | Item[Int32] | Gets an item from the collection by its index value. |
![]() | Item[String^] | Gets an item from the collection by its name. |
| Name | Description | |
|---|---|---|
![]() | CreateItem(String^, JSVsaItemType, JSVsaItemFlag) | Creates a new instance of one of the IJSVsaItem types, as defined in the JSVsaItemType enumeration. |
![]() | GetEnumerator() | Returns an enumerator that iterates through a collection.(Inherited from IEnumerable.) |
![]() | Remove(Int32) | Removes an item from the collection, as specified by its index value. |
![]() | Remove(String^) | Removes an item from the collection, as specified by its name. |
| 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 4.0

