This documentation is archived and is not being maintained.
IJSVsaItems Interface
Visual Studio 2010
Note: This API is now obsolete.
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)
[ObsoleteAttribute(L"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)] [GuidAttribute(L"172341E0-9B0D-43E6-9EFF-75E030A46461")] [InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)] public interface class IJSVsaItems : IEnumerable
The IJSVsaItems type exposes the following members.
| 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 | 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 | Enables parallelization of a query. (Defined by ParallelEnumerable.) |
![]() | AsQueryable | 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.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
