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)
已过时.

从集合中删除项,由其名称指定。

扩展方法

名称 说明
AsParallel(IEnumerable)
已过时.

启用查询的并行化。

AsQueryable(IEnumerable)
已过时.

IEnumerable 转换为 IQueryable

Cast<TResult>(IEnumerable)
已过时.

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

OfType<TResult>(IEnumerable)
已过时.

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

适用于