IVsaReferenceItem 介面
注意:這個 API 現在已經過時。
描述加入指令碼引擎的參考。
命名空間: Microsoft.Vsa
組件: Microsoft.Vsa (在 Microsoft.Vsa.dll 中)
語法
'宣告
<GuidAttribute("E0C0FFE6-7eea-4ee5-b7e4-0080c7eb0b74")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<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 IVsaReferenceItem _
Inherits IVsaItem
[GuidAttribute("E0C0FFE6-7eea-4ee5-b7e4-0080c7eb0b74")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[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 IVsaReferenceItem : IVsaItem
[GuidAttribute(L"E0C0FFE6-7eea-4ee5-b7e4-0080c7eb0b74")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[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 IVsaReferenceItem : IVsaItem
[<GuidAttribute("E0C0FFE6-7eea-4ee5-b7e4-0080c7eb0b74")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<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 IVsaReferenceItem =
interface
interface IVsaItem
end
public interface IVsaReferenceItem extends IVsaItem
IVsaReferenceItem 類型會公開下列成員。
屬性
名稱 | 描述 | |
---|---|---|
AssemblyName | 取得或設定參考組件的名稱。 | |
IsDirty | 傳回值,指出項目目前的記憶體中表示與保存的表示是否有所不同。 (繼承自 IVsaItem)。 | |
ItemType | 取得 IVsaItems.CreateItem Method 方法所決定的指定物件類型。 (繼承自 IVsaItem)。 | |
Name | 設定或取得項目的名稱。 (繼承自 IVsaItem)。 |
回頁首
方法
名稱 | 描述 | |
---|---|---|
GetOption | 取得指令碼引擎的實作特定選項。 (繼承自 IVsaItem)。 | |
SetOption | 設定指令碼引擎的實作特定選項。 (繼承自 IVsaItem)。 |
回頁首