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)

適用対象