JSVsaItemFlag Enumerazione

Definizione

Attenzione

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.

Identifica il tipo di elemento di codice come Classe, Modulo o Nessuno.

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
Ereditarietà
JSVsaItemFlag
Attributi

Campi

Nome Valore Descrizione
None 0

Utilizzato quando l'elemento di codice è una classe .

Module 1

Usato quando l'elemento di codice è un modulo.

Class 2

Utilizzato quando l'elemento di codice è generico o quando il tipo di elemento non accetta flag. In questi casi, non sono necessari flag speciali per creare l'elemento.

Si applica a