Share via


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)

適用於