VsaItemFlag Wyliczenie
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przestroga
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.
Określa typ elementu kodu jako Klasę, Moduł lub Brak.
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
- Dziedziczenie
- Atrybuty
Pola
Class | 2 | Element jest klasą. |
Module | 1 | Element jest modułem. |
None | 0 | Brak typu elementu VSA. |