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) |