Enumerazione VsaItemFlag

Nota: questa API è ora obsoleta.

Identifica il tipo dell'elemento di codice, ad esempio Class, Module o None.

Spazio dei nomi:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Sintassi

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

Membri

Nome membro Descrizione
Class Valore: 2

Utilizzato quando l'elemento di codice corrisponde a una classe.

Module Valore: 1

Utilizzato quando l'elemento di codice corrisponde a un modulo.

None Valore: 0

Utilizzato quando l'elemento di codice è generico oppure quando il tipo di elemento non accetta flag, ad esempio il tipo di elemento AppGlobal il VsaItemType Enumeration. In questi casi per la creazione dell'elemento non sono richiesti flag speciali.

Vedere anche

Riferimenti

Spazio dei nomi Microsoft.Vsa