共用方式為


IVsaItem 介面

注意:這個 API 現在已經過時。

為加入 .NET 指令碼引擎的所有項目定義介面,包括程式碼項目、參考項目和全域項目。 它會定義泛型屬性和方法,可套用至引擎的所有可辨認項目類型。

命名空間:  Microsoft.Vsa
組件:  Microsoft.Vsa (在 Microsoft.Vsa.dll 中)

語法

'宣告
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("E0C0FFE5-7eea-4ee5-b7e4-0080c7eb0b74")> _
<ObsoleteAttribute("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 IVsaItem
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("E0C0FFE5-7eea-4ee5-b7e4-0080c7eb0b74")]
[ObsoleteAttribute("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 IVsaItem
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"E0C0FFE5-7eea-4ee5-b7e4-0080c7eb0b74")]
[ObsoleteAttribute(L"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 IVsaItem
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("E0C0FFE5-7eea-4ee5-b7e4-0080c7eb0b74")>]
[<ObsoleteAttribute("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 IVsaItem =  interface end
public interface IVsaItem

IVsaItem 類型會公開下列成員。

屬性

  名稱 描述
公用屬性 IsDirty 傳回值,指出項目目前的記憶體中表示與保存的表示是否有所不同。
公用屬性 ItemType 取得 IVsaItems.CreateItem Method 方法所決定的指定物件類型。
公用屬性 Name 設定或取得項目的名稱。

回頁首

方法

  名稱 描述
公用方法 GetOption 取得指令碼引擎的實作特定選項。
公用方法 SetOption 設定指令碼引擎的實作特定選項。

回頁首

請參閱

參考

Microsoft.Vsa 命名空間