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

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

Gilt für: