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
- 상속
- 특성
필드
| Name | 값 | Description |
|---|---|---|
| AppGlobal | 1 | .NET 스크립트 엔진에 전역 개체를 추가하는 데 사용됩니다. 이 형식은 IJSVsaGlobalItem 개체를 만드는 데 사용됩니다. |
| Code | 2 | .NET 스크립트 엔진에 대한 소스 코드를 저장할 코드 항목을 만드는 데 사용됩니다. |
| Reference | 0 | 코드에서 참조할 수 있도록 외부 .NET 어셈블리에 대한 참조를 추가하는 데 사용됩니다. 이 형식은 IJSVsaReferenceItem 개체를 만드는 데 사용됩니다. |