共用方式為


IJSVsaReferenceItem 介面

定義

警告

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 IJSVsaReferenceItem : Microsoft::JScript::Vsa::IJSVsaItem
[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.")]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("8EFD265B-677A-4B09-A471-E086787AA727")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IJSVsaReferenceItem : Microsoft.JScript.Vsa.IJSVsaItem
[<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.")>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("8EFD265B-677A-4B09-A471-E086787AA727")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IJSVsaReferenceItem = interface
    interface IJSVsaItem
Public Interface IJSVsaReferenceItem
Implements IJSVsaItem
屬性
實作

屬性

AssemblyName

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

IsDirty

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

(繼承來源 IJSVsaItem)
ItemType

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

(繼承來源 IJSVsaItem)
Name

取得或設定項目的名稱。

(繼承來源 IJSVsaItem)

方法

GetOption(String)

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

(繼承來源 IJSVsaItem)
SetOption(String, Object)

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

(繼承來源 IJSVsaItem)

適用於