VsaItemType Enum
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Varning
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.
Identifierar objekttypen som Kod, Referens eller AppGlobal.
public enum class VsaItemType
public enum VsaItemType
[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.Guid("a9f6f86e-fcf5-3d8d-97e4-0fe6c7fe2274")]
public enum VsaItemType
type VsaItemType =
[<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.Guid("a9f6f86e-fcf5-3d8d-97e4-0fe6c7fe2274")>]
type VsaItemType =
Public Enum VsaItemType
- Arv
- Attribut
Fält
| Name | Värde | Description |
|---|---|---|
| Reference | 0 | Objekttypen är Referens. |
| AppGlobal | 1 | Objekttypen är AppGlobal. |
| Code | 2 | Objekttypen är Kod. |