JSVsaItemFlag Enumeration
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Achtung
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.
Identifiziert den Typ des Codeelements als "Class", "Module" oder "None".
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
- Vererbung
- Attribute
Felder
Class | 2 | Wird verwendet, wenn das Codeelement generisch ist, oder wenn der Elementtyp keine Flags akzeptiert. In solchen Fällen sind keine speziellen Flags erforderlich, um das Element zu erstellen. |
Module | 1 | Wird verwendet, wenn das Codeelement ein Modul ist. |
None | 0 | Wird verwendet, wenn das Codeelement eine Klasse ist. |