This documentation is archived and is not being maintained.

IJSVsaItems Interface

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.

Namespace:  Microsoft.JScript.Vsa
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.

  NameDescription
Public propertyCountGets the number of items in the specified collection.
Public propertyItem[Int32]Gets an item from the collection by its index value.
Public propertyItem[String]Gets an item from the collection by its name.
Top

  NameDescription
Public methodCreateItemCreates a new instance of one of the IJSVsaItem types, as defined in the JSVsaItemType enumeration.
Public methodGetEnumeratorReturns an enumerator that iterates through a collection. (Inherited from IEnumerable.)
Public methodRemove(Int32)Removes an item from the collection, as specified by its index value.
Public methodRemove(String)Removes an item from the collection, as specified by its name.
Top

  NameDescription
Public Extension MethodAsParallelEnables parallelization of a query. (Defined by ParallelEnumerable.)
Public Extension MethodAsQueryableConverts an IEnumerable to an IQueryable. (Defined by Queryable.)
Public Extension MethodCast<TResult>Casts the elements of an IEnumerable to the specified type. (Defined by Enumerable.)
Public Extension MethodOfType<TResult>Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.)
Top

.NET Framework

Obsolete (compiler warning) in 4

.NET Framework Client Profile

Obsolete (compiler warning) in 4

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: