IJSVsaItems 接口

定义

注意

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.

定义 IJSVsaItem 对象集合的接口,可通过名称或索引对其进行定位。

public interface class IJSVsaItems : System::Collections::IEnumerable
[System.Obsolete("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.")]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("172341E0-9B0D-43E6-9EFF-75E030A46461")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IJSVsaItems : System.Collections.IEnumerable
[<System.Obsolete("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.")>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("172341E0-9B0D-43E6-9EFF-75E030A46461")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IJSVsaItems = interface
    interface IEnumerable
Public Interface IJSVsaItems
Implements IEnumerable
派生
属性
实现

属性

Count
已过时.

获取指定集合的项数。

Item[Int32]
已过时.

通过项的索引值从集合中获取项。

Item[String]
已过时.

通过项的名称从集合中获取项。

方法

CreateItem(String, JSVsaItemType, JSVsaItemFlag)
已过时.

按照 JSVsaItemType 枚举中的定义,创建其中一个IJSVsaItem 类型的新实例。

GetEnumerator()
已过时.

返回循环访问集合的枚举数。

(继承自 IEnumerable)
Remove(Int32)
已过时.

从集合中移除按照项的索引值指定的项。

Remove(String)
已过时.

从集合中移除按照项的名称指定的项。

扩展方法

Cast<TResult>(IEnumerable)
已过时.

IEnumerable 的元素强制转换为指定的类型。

OfType<TResult>(IEnumerable)
已过时.

根据指定类型筛选 IEnumerable 的元素。

AsParallel(IEnumerable)
已过时.

启用查询的并行化。

AsQueryable(IEnumerable)
已过时.

IEnumerable 转换为 IQueryable

适用于