VsaItemType Enum
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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.
Identificeert het itemtype als code, verwijzing of 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
- Overname
- Kenmerken
Velden
| Name | Waarde | Description |
|---|---|---|
| Reference | 0 | Het itemtype is Verwijzing. |
| AppGlobal | 1 | Het itemtype is AppGlobal. |
| Code | 2 | Het itemtype is Code. |