VsaReferenceItem 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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 ref class VsaReferenceItem : Microsoft::VisualBasic::Vsa::VsaItem, Microsoft::Vsa::IVsaReferenceItem
public class VsaReferenceItem : Microsoft.VisualBasic.Vsa.VsaItem, Microsoft.Vsa.IVsaReferenceItem
[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 VsaReferenceItem : Microsoft.VisualBasic.Vsa.VsaItem, Microsoft.Vsa.IVsaReferenceItem
type VsaReferenceItem = class
inherit VsaItem
interface IVsaReferenceItem
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 VsaReferenceItem = class
inherit VsaItem
interface IVsaReferenceItem
interface IVsaItem
Public Class VsaReferenceItem
Inherits VsaItem
Implements IVsaReferenceItem
- 继承
- 属性
- 实现
属性
_item |
已过时.
描述一个添加到脚本引擎的引用。 (继承自 VsaItem) |
AssemblyName |
已过时.
获取或设置被引用程序集的名称。 |
IsDirty |
已过时.
获得一个值,它指示该项的当前内存中表示形式是否与保留的表示形式不同。 (继承自 VsaItem) |
ItemType |
已过时.
获取指定对象的类型(如 CreateItem(String, VsaItemType, VsaItemFlag) 方法所确定的那样)。 (继承自 VsaItem) |
Name |
已过时.
获取或设置项的名称。 (继承自 VsaItem) |
方法
Equals(Object) |
已过时.
确定指定对象是否等于当前对象。 (继承自 Object) |
GetHashCode() |
已过时.
作为默认哈希函数。 (继承自 Object) |
GetOption(String) |
已过时.
获取脚本引擎实现特定的选项。 (继承自 VsaItem) |
GetType() |
已过时.
获取当前实例的 Type。 (继承自 Object) |
MemberwiseClone() |
已过时.
创建当前 Object 的浅表副本。 (继承自 Object) |
SetOption(String, Object) |
已过时.
设置脚本引擎特定于实现的选项。 (继承自 VsaItem) |
ToString() |
已过时.
返回表示当前对象的字符串。 (继承自 Object) |