IJSVsaGlobalItem 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,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 interface class IJSVsaGlobalItem : Microsoft::JScript::Vsa::IJSVsaItem
[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("15B2CCE5-D1EA-4EB9-9E06-8729C72D631B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IJSVsaGlobalItem : Microsoft.JScript.Vsa.IJSVsaItem
[<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("15B2CCE5-D1EA-4EB9-9E06-8729C72D631B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IJSVsaGlobalItem = interface
interface IJSVsaItem
Public Interface IJSVsaGlobalItem
Implements IJSVsaItem
- 属性
- 实现
属性
| 名称 | 说明 |
|---|---|
| ExposeMembers |
已过时.
设置一个值,该值指示是否应向脚本引擎提供全局对象的成员。 (目前不受支持。 |
| IsDirty |
已过时.
返回一个值,该值指示该项的当前内存中表示形式是否不同于持久表示形式。 (继承自 IJSVsaItem) |
| ItemType |
已过时.
获取由方法确定 CreateItem(String, JSVsaItemType, JSVsaItemFlag) 的指定对象的类型。 (继承自 IJSVsaItem) |
| Name |
已过时.
获取或设置项的名称。 (继承自 IJSVsaItem) |
| TypeString |
已过时.
获取或设置全局项的类型。 |
方法
| 名称 | 说明 |
|---|---|
| GetOption(String) |
已过时.
获取脚本引擎的特定于实现的选项。 (继承自 IJSVsaItem) |
| SetOption(String, Object) |
已过时.
设置脚本引擎的特定于实现的选项。 (继承自 IJSVsaItem) |