JSVsaItemType 列挙型

定義

注意事項

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 enum class JSVsaItemType
[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("97453226-34DD-4379-B658-005DF8F84EA1")]
public enum JSVsaItemType
[<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("97453226-34DD-4379-B658-005DF8F84EA1")>]
type JSVsaItemType = 
Public Enum JSVsaItemType
継承
JSVsaItemType
属性

フィールド

AppGlobal 1

グローバル オブジェクトを .NET スクリプト エンジンに追加するときに使用します。 この型を使用して、IJSVsaGlobalItem オブジェクトを作成します。

Code 2

.NET スクリプト エンジンにソース コードを格納するためのコード項目を作成するときに使用します。

Reference 0

外部 .NET アセンブリへの参照を追加し、後でコードから参照できるようにするときに使用します。 この型を使用して、IJSVsaReferenceItem オブジェクトを作成します。

適用対象