Auf Englisch lesen

Teilen über


JSVsaItemFlag Enumeration

Definition

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".

C#
[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
Vererbung
JSVsaItemFlag
Attribute

Felder

Name Wert Beschreibung
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.

Gilt für:

Produkt Versionen (Veraltet)
.NET Framework (4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1)