JSVsaItemFlag 枚举  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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- 继承
- 属性
字段
| 名称 | 值 | 说明 | 
|---|---|---|
| Class | 2 | 在代码项为泛型类型或项类型不接受标志时使用。 在这些情况下,无需特殊标志来创建项。 | 
| Module | 1 | 代码项为模块时使用。 | 
| None | 0 | 代码项为类时使用。 |