VsaItemType 열거형

참고: 이 API는 이제 사용되지 않습니다.

코드, 참조 또는 AppGlobal로 항목 형식을 식별합니다.

네임스페이스:  Microsoft.Vsa
어셈블리:  Microsoft.Vsa(Microsoft.Vsa.dll)

구문

‘선언
<GuidAttribute("a9f6f86e-fcf5-3d8d-97e4-0fe6c7fe2274")> _
<ObsoleteAttribute("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 Enumeration VsaItemType
[GuidAttribute("a9f6f86e-fcf5-3d8d-97e4-0fe6c7fe2274")]
[ObsoleteAttribute("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 VsaItemType
[GuidAttribute(L"a9f6f86e-fcf5-3d8d-97e4-0fe6c7fe2274")]
[ObsoleteAttribute(L"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 VsaItemType
[<GuidAttribute("a9f6f86e-fcf5-3d8d-97e4-0fe6c7fe2274")>]
[<ObsoleteAttribute("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.")>]
type VsaItemType
public enum VsaItemType

멤버

멤버 이름 설명
AppGlobal 값: 1

.NET 스크립트 엔진에 전역 개체를 추가하는 데 사용됩니다. 이 형식은를 만드는데 사용 되는 IVsaGlobalItem 개체입니다.

Code 값: 2

.NET 스크립트 엔진에 대한 소스 코드를 저장할 코드 항목을 만드는 데 사용됩니다.

Reference 값: 0

코드에서 참조할 수 있도록 외부 .NET 어셈블리에 대한 참조를 추가하는 데 사용됩니다. 이 형식은를 만드는데 사용 되는 IVsaReferenceItem 개체입니다.

참고 항목

참조

Microsoft.Vsa 네임스페이스