VsaItemFlag 열거형
참고: 이 API는 이제 사용되지 않습니다.
코드 항목의 형식을 Class, Module 또는 None으로 식별합니다.
네임스페이스: Microsoft.Vsa
어셈블리: Microsoft.Vsa(Microsoft.Vsa.dll)
구문
‘선언
<ObsoleteAttribute("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.")> _
<GuidAttribute("40d8ce77-8139-3483-8674-bb9e3acd9b89")> _
Public Enumeration VsaItemFlag
[ObsoleteAttribute("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.")]
[GuidAttribute("40d8ce77-8139-3483-8674-bb9e3acd9b89")]
public enum VsaItemFlag
[ObsoleteAttribute(L"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.")]
[GuidAttribute(L"40d8ce77-8139-3483-8674-bb9e3acd9b89")]
public enum class VsaItemFlag
[<ObsoleteAttribute("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.")>]
[<GuidAttribute("40d8ce77-8139-3483-8674-bb9e3acd9b89")>]
type VsaItemFlag
public enum VsaItemFlag
멤버
멤버 이름 | 설명 | |
---|---|---|
Class | 값: 2
코드 항목이 클래스일 때 사용됩니다. |
|
Module | 값: 1
코드 항목이 모듈일 때 사용됩니다. |
|
None | 값: 0
코드 항목은 제네릭 또는 항목 종류의 AppGlobal 항목 형식 등의 플래그를 허용 하지 않습니다 때 사용 되는 VsaItemType Enumeration합니다. 그런 경우 항목을 만드는 데 특수 플래그가 필요하지 않습니다. |