VsaItem 类

定义

注意

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.

为所有添加到 .NET 脚本引擎的项定义一个对象,包括代码项、引用项和全局项。

public ref class VsaItem : Microsoft::Vsa::IVsaItem
public class VsaItem : Microsoft.Vsa.IVsaItem
[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 VsaItem : Microsoft.Vsa.IVsaItem
type VsaItem = class
    interface IVsaItem
[<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 VsaItem = class
    interface IVsaItem
Public Class VsaItem
Implements IVsaItem
继承
VsaItem
派生
属性
实现

属性

_item
已过时.

为所有添加到 .NET 脚本引擎的项定义一个对象,包括代码项、引用项和全局项。

IsDirty
已过时.

获得一个值,它指示该项的当前内存中表示形式是否与保留的表示形式不同。

ItemType
已过时.

获取指定对象的类型(如 CreateItem(String, VsaItemType, VsaItemFlag) 方法所确定的那样)。

Name
已过时.

获取或设置项的名称。

方法

Equals(Object)
已过时.

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

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

作为默认哈希函数。

(继承自 Object)
GetOption(String)
已过时.

获取脚本引擎实现特定的选项。

GetType()
已过时.

获取当前实例的 Type

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

创建当前 Object 的浅表副本。

(继承自 Object)
SetOption(String, Object)
已过时.

设置脚本引擎特定于实现的选项。

ToString()
已过时.

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

(继承自 Object)

适用于