Share via


VsaItem 類別

定義

警告

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.

為新增至 .NET 指令碼引擎的所有項目定義物件,包括程式碼項目、參考項目和全域項目。

public ref class VsaItem : Microsoft::Vsa::IVsaItem
public class VsaItem : Microsoft.Vsa.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.")]
public class VsaItem : Microsoft.Vsa.IVsaItem
type VsaItem = class
    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 VsaItem = class
    interface IVsaItem
Public Class VsaItem
Implements IVsaItem
繼承
VsaItem
衍生
屬性
實作

屬性

_item
已淘汰.

為新增至 .NET 指令碼引擎的所有項目定義物件,包括程式碼項目、參考項目和全域項目。

IsDirty
已淘汰.

取得值,指出項目目前記憶體中表示是否不同於保存的表示。

ItemType
已淘汰.

取得 CreateItem(String, VsaItemType, VsaItemFlag) 方法所決定的指定物件類型。

Name
已淘汰.

取得或設定項目的名稱。

方法

Equals(Object)
已淘汰.

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()
已淘汰.

做為預設雜湊函式。

(繼承來源 Object)
GetOption(String)
已淘汰.

取得指令碼引擎的實作特定選項。

GetType()
已淘汰.

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()
已淘汰.

建立目前 Object 的淺層複製。

(繼承來源 Object)
SetOption(String, Object)
已淘汰.

設定指令碼引擎的實作特定選項。

ToString()
已淘汰.

傳回代表目前物件的字串。

(繼承來源 Object)

適用於