Share via


IVsaReferenceItem 介面

定義

警告

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 : Microsoft::Vsa::IVsaItem
[System.Runtime.InteropServices.Guid("E0C0FFE6-7eea-4ee5-b7e4-0080c7eb0b74")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsaReferenceItem : Microsoft.Vsa.IVsaItem
[System.Runtime.InteropServices.Guid("E0C0FFE6-7eea-4ee5-b7e4-0080c7eb0b74")]
[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 IVsaReferenceItem : Microsoft.Vsa.IVsaItem
[<System.Runtime.InteropServices.Guid("E0C0FFE6-7eea-4ee5-b7e4-0080c7eb0b74")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsaReferenceItem = interface
    interface IVsaItem
[<System.Runtime.InteropServices.Guid("E0C0FFE6-7eea-4ee5-b7e4-0080c7eb0b74")>]
[<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 IVsaReferenceItem = interface
    interface IVsaItem
Public Interface IVsaReferenceItem
Implements IVsaItem
衍生
屬性
實作

屬性

AssemblyName
已淘汰.

取得或設定參考組件的名稱。

IsDirty
已淘汰.

傳回值,指出項目目前的記憶體中表示與保存的表示是否有所不同。

(繼承來源 IVsaItem)
ItemType
已淘汰.

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

(繼承來源 IVsaItem)
Name
已淘汰.

取得或設定項目的名稱。

(繼承來源 IVsaItem)

方法

GetOption(String)
已淘汰.

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

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

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

(繼承來源 IVsaItem)

適用於