VsaItemFlag 枚举

注意:此 API 现在已过时。

将代码项的类型标识为“类”、“模块”或“无”。

命名空间:  Microsoft.Vsa
程序集:  Microsoft.Vsa(在 Microsoft.Vsa.dll 中)

语法

声明
<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.")> _
<GuidAttribute("40d8ce77-8139-3483-8674-bb9e3acd9b89")> _
Public Enumeration VsaItemFlag
[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.")]
[GuidAttribute("40d8ce77-8139-3483-8674-bb9e3acd9b89")]
public enum VsaItemFlag
[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.")]
[GuidAttribute(L"40d8ce77-8139-3483-8674-bb9e3acd9b89")]
public enum class VsaItemFlag
[<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.")>]
[<GuidAttribute("40d8ce77-8139-3483-8674-bb9e3acd9b89")>]
type VsaItemFlag
public enum VsaItemFlag

成员

成员名称 说明
Class 值:2

代码项为类时使用。

Module 值:1

代码项为模块时使用。

None 值:0

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

请参阅

参考

Microsoft.Vsa 命名空间