VsaItemType Enumeration
Visual Studio 2010
Note: This API is now obsolete.
Identifies the item type as Code, Reference, or AppGlobal.
Assembly: Microsoft.Vsa (in 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 enum VsaItemType
| Member name | Description | |
|---|---|---|
| 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. |
|
| 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. |