JSVsaItemFlag 枚举

定义

注意

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 JSVsaItemFlag
[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("55BB0B6C-7629-4824-97FF-78A6928E92A7")]
public enum JSVsaItemFlag
[<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("55BB0B6C-7629-4824-97FF-78A6928E92A7")>]
type JSVsaItemFlag = 
Public Enum JSVsaItemFlag
继承
JSVsaItemFlag
属性

字段

Class 2

在代码项为泛型类型或项类型不接受标志时使用。 在这些情况下,无需特殊标志来创建项。

Module 1

代码项为模块时使用。

None 0

代码项为类时使用。

适用于