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 对象。

适用于