JSVsaItemFlag Výčet

Definice

Upozornění

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.

Identifikuje typ položky kódu jako Třída, Modul nebo Žádný.

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
Dědičnost
JSVsaItemFlag
Atributy

Pole

Class 2

Používá se, když je položka kódu obecná nebo když typ položky nepřijímá příznaky. V takových případech se k vytvoření položky nevyžadují žádné zvláštní příznaky.

Module 1

Používá se, když je položkou kódu modul.

None 0

Používá se, když je položka kódu třída.

Platí pro