IJSVsaGlobalItem インターフェイス

定義

注意事項

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 IJSVsaGlobalItem : 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("15B2CCE5-D1EA-4EB9-9E06-8729C72D631B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IJSVsaGlobalItem : 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("15B2CCE5-D1EA-4EB9-9E06-8729C72D631B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IJSVsaGlobalItem = interface
    interface IJSVsaItem
Public Interface IJSVsaGlobalItem
Implements IJSVsaItem
属性
実装

プロパティ

ExposeMembers
古い.

グローバル オブジェクトのメンバーをスクリプト エンジンで利用できるようにする必要があるかどうかを示す値を設定します。 (現在サポートされていません。)

IsDirty
古い.

項目の現在のメモリ上の表現が、永続化された表現と異なっているかどうかを示す値を返します。

(継承元 IJSVsaItem)
ItemType
古い.

指定したオブジェクトの型を取得します。オブジェクトの型は、CreateItem(String, JSVsaItemType, JSVsaItemFlag) メソッドで決定されています。

(継承元 IJSVsaItem)
Name
古い.

項目の名前を取得または設定します。

(継承元 IJSVsaItem)
TypeString
古い.

グローバル項目の型を取得または設定します。

メソッド

GetOption(String)
古い.

スクリプト エンジンの実装固有のオプションを取得します。

(継承元 IJSVsaItem)
SetOption(String, Object)
古い.

スクリプト エンジンの実装固有のオプションを設定します。

(継承元 IJSVsaItem)

適用対象