JSVsaItemFlag 열거형

정의

주의

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.

코드 항목의 형식을 Class, Module 또는 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
상속
JSVsaItemFlag
특성

필드

Class 2

코드 항목이 일반이거나 항목 형식이 플래그를 허용하지 않을 때 사용됩니다. 그런 경우 항목을 만드는 데 특수 플래그가 필요하지 않습니다.

Module 1

코드 항목이 모듈일 때 사용됩니다.

None 0

코드 항목이 클래스일 때 사용됩니다.

적용 대상