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::IVsaGlobalItem
public 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.IVsaGlobalItem
type 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 IVsaItem
Public 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) |