This documentation is archived and is not being maintained.
VsaItemType Enumeration
Visual Studio 2013
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Note: This API is now obsolete.
Identifies the item type as Code, Reference, or AppGlobal.
Namespace: Microsoft.Vsa
Assembly: Microsoft.Vsa (in Microsoft.Vsa.dll)
[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
| Member name | Description | |
|---|---|---|
| AppGlobal | Value: 1 Used to add a global object to the .NET script engine. This type is used to create an IVsaGlobalItem object. | |
| Code | Value: 2 Used to create a code item for storing source code for the .NET script engine. | |
| Reference | Value: 0 Used to add a reference to an external .NET assembly, which can then be referenced from code. This type is used to create an IVsaReferenceItem object. |
Show: