VsaItemType Enum
Definition
Warning
This API is now obsolete.
Identifies the item type as Code, Reference, or AppGlobal.
public enum class 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 =
Public Enum VsaItemType
- Inheritance
- Attributes
Fields
AppGlobal | 1 | The item type is AppGlobal. |
Code | 2 | The item type is Code. |
Reference | 0 | The item type is Reference. |