JSVsaItemFlag Enum

Definitie

Let op

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.

Hiermee wordt het type code-item geïdentificeerd als klasse, module of geen.

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
Overname
JSVsaItemFlag
Kenmerken

Velden

Name Waarde Description
None 0

Wordt gebruikt wanneer het code-item een klasse is.

Module 1

Wordt gebruikt wanneer het code-item een module is.

Class 2

Wordt gebruikt wanneer het code-item algemeen is of wanneer het itemtype geen vlaggen accepteert. In dergelijke gevallen zijn er geen speciale vlaggen vereist om het item te maken.

Van toepassing op