IVsaGlobalItem 接口

定义

注意

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 IVsaGlobalItem : Microsoft::Vsa::IVsaItem
[System.Runtime.InteropServices.Guid("4E76D92E-E29D-46f3-AE22-0333158109F1")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsaGlobalItem : Microsoft.Vsa.IVsaItem
[System.Runtime.InteropServices.Guid("4E76D92E-E29D-46f3-AE22-0333158109F1")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[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 interface IVsaGlobalItem : Microsoft.Vsa.IVsaItem
[<System.Runtime.InteropServices.Guid("4E76D92E-E29D-46f3-AE22-0333158109F1")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsaGlobalItem = interface
    interface IVsaItem
[<System.Runtime.InteropServices.Guid("4E76D92E-E29D-46f3-AE22-0333158109F1")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<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 IVsaGlobalItem = interface
    interface IVsaItem
Public Interface IVsaGlobalItem
Implements IVsaItem
派生
属性
实现

属性

ExposeMembers

设置一个值,该值指示是否应当使全局对象的成员对脚本引擎可用。 [目前尚不支持。]

IsDirty

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

(继承自 IVsaItem)
ItemType

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

(继承自 IVsaItem)
Name

获取或设置项的名称。

(继承自 IVsaItem)
TypeString

获取或设置全局项的类型。

方法

GetOption(String)

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

(继承自 IVsaItem)
SetOption(String, Object)

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

(继承自 IVsaItem)

适用于