Wyliczenie VsaItemFlag

Uwaga: ten interfejs API jest teraz nieaktualny.

Określa typ elementu kod jako klasy, moduł lub Brak.

Przestrzeń nazw:  Microsoft.Vsa
Zestaw:  Microsoft.Vsa (w Microsoft.Vsa.dll)

Składnia

'Deklaracja
<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

Elementy członkowskie

Nazwa elementu członkowskiego Opis
Class Wartość: 2

Używany, gdy element kodu jest klasą.

Module Wartości: 1

Używany, gdy element kodu jest to moduł.

None Wartości: 0

Używany, gdy element kodu zostanie ogólne lub gdy typu elementu nie akceptuje flag, takich jak typ elementu AppGlobal VsaItemType Enumeration.W takich przypadkach żadnych specjalnych flag są wymagane do utworzenia elementu.

Zobacz też

Informacje

Przestrzeń nazw Microsoft.Vsa