JSVsaItemType 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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
- 継承
- 属性
フィールド
AppGlobal | 1 | グローバル オブジェクトを .NET スクリプト エンジンに追加するときに使用します。 この型を使用して、IJSVsaGlobalItem オブジェクトを作成します。 |
Code | 2 | .NET スクリプト エンジンにソース コードを格納するためのコード項目を作成するときに使用します。 |
Reference | 0 | 外部 .NET アセンブリへの参照を追加し、後でコードから参照できるようにするときに使用します。 この型を使用して、IJSVsaReferenceItem オブジェクトを作成します。 |