prjDisableLangXtns 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.
Specifies whether to disable language extensions, and if so, what type.
public enum class prjDisableLangXtns
public enum class prjDisableLangXtns
enum prjDisableLangXtns
[System.Runtime.InteropServices.Guid("3600DDB6-34C2-4CED-9337-5B266CC0A169")]
public enum prjDisableLangXtns
[<System.Runtime.InteropServices.Guid("3600DDB6-34C2-4CED-9337-5B266CC0A169")>]
type prjDisableLangXtns =
Public Enum prjDisableLangXtns
- Inheritance
-
prjDisableLangXtns
- Attributes
Fields
Name | Value | Description |
---|---|---|
prjDisableLangXtnsNone | 0 | Allow all language extensions. |
prjDisableLangXtnsNET | 1 | Disable .NET language extensions only. |
prjDisableLangXtnsAll | 2 | Disable all language extensions, regardless of type. |
Remarks
This enumeration applies to Visual J# only.