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)

适用于