JSVsaItemFlag Enum
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Varning
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.
Identifierar typen av kodobjekt som Klass, Modul eller Ingen.
public enum class JSVsaItemFlag
[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.ComVisible(true)]
[System.Runtime.InteropServices.Guid("55BB0B6C-7629-4824-97FF-78A6928E92A7")]
public enum JSVsaItemFlag
[<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.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("55BB0B6C-7629-4824-97FF-78A6928E92A7")>]
type JSVsaItemFlag =
Public Enum JSVsaItemFlag
- Arv
- Attribut
Fält
| Name | Värde | Description |
|---|---|---|
| None | 0 | Används när kodobjektet är en klass. |
| Module | 1 | Används när kodobjektet är en modul. |
| Class | 2 | Används när kodobjektet är generiskt eller när objekttypen inte accepterar flaggor. I sådana fall krävs inga särskilda flaggor för att skapa objektet. |