VsaItemFlag Enumeração
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cuidado
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.
Identifica o tipo do item de código como Classe, Módulo ou Nenhum.
public enum class VsaItemFlag
public enum VsaItemFlag
[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.Guid("40d8ce77-8139-3483-8674-bb9e3acd9b89")]
public enum VsaItemFlag
type VsaItemFlag =
[<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.Guid("40d8ce77-8139-3483-8674-bb9e3acd9b89")>]
type VsaItemFlag =
Public Enum VsaItemFlag
- Herança
- Atributos
Class | 2 | O item é uma classe. |
Module | 1 | O item é um módulo. |
None | 0 | Nenhum tipo para o item VSA. |
Produto | Versões (Obsoleto) |
---|---|
.NET Framework | 1.1 (2.0, 3.0, 3.5) |
Comentários do .NET
O .NET é um projeto código aberto. Selecione um link para fornecer comentários: