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 개체를 만드는 데 사용됩니다.

적용 대상