VsaItemFlag - перечисление
Примечание. Данный API устарел.
Определяет тип элемента кода: Class, Module или None.
Пространство имен: 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. В таких случаях для создания элемента специальные флаги не требуются. |