VsaItemType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
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.
Identifies the item type as Code, Reference, or 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
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
Reference | 0 | The item type is Reference. |
AppGlobal | 1 | The item type is AppGlobal. |
Code | 2 | The item type is Code. |
Applies to
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.