VsaItems 类

定义

注意

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.

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

public ref class VsaItems : Microsoft::Vsa::IVsaItems, System::Collections::IEnumerable
public class VsaItems : Microsoft.Vsa.IVsaItems, 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.")]
public class VsaItems : Microsoft.Vsa.IVsaItems, System.Collections.IEnumerable
type VsaItems = class
    interface IVsaItems
    interface 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.")>]
type VsaItems = class
    interface IVsaItems
    interface IEnumerable
Public Class VsaItems
Implements IEnumerable, IVsaItems
继承
VsaItems
属性
实现

构造函数

VsaItems(IVsaItems)
已过时.

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

字段

m_ItemCollection
已过时.

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

属性

Count
已过时.

获取指定集合的项数。

Item[Int32]
已过时.

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

Item[String]
已过时.

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

方法

AddCodeItemWrapper(IVsaItem)
已过时.

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

CreateItem(String, VsaItemType, VsaItemFlag)
已过时.

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

Equals(Object)
已过时.

确定指定对象是否等于当前对象。

(继承自 Object)
GetEnumerator()
已过时.

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

GetHashCode()
已过时.

作为默认哈希函数。

(继承自 Object)
GetItemWrapper(IVsaItem)
已过时.

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

GetType()
已过时.

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()
已过时.

创建当前 Object 的浅表副本。

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

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

Remove(String)
已过时.

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

ToString()
已过时.

返回表示当前对象的字符串。

(继承自 Object)

扩展方法

Cast<TResult>(IEnumerable)
已过时.

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

OfType<TResult>(IEnumerable)
已过时.

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

AsQueryable(IEnumerable)
已过时.

IEnumerable 转换为 IQueryable

适用于