VsaItemType Enumeration
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)
Syntax
'إقرار
<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
'الاستخدام
Dim instance As 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
Members
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. |