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