prjTargetSchema 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.
Used by the DefaultTargetSchema to define the HTML platform the application needs to be compatible with.
public enum class prjTargetSchema
public enum class prjTargetSchema
enum prjTargetSchema
[System.Runtime.InteropServices.Guid("B743460B-B3A1-40DC-9A0C-19ECCB63650E")]
public enum prjTargetSchema
[<System.Runtime.InteropServices.Guid("B743460B-B3A1-40DC-9A0C-19ECCB63650E")>]
type prjTargetSchema =
Public Enum prjTargetSchema
- Inheritance
-
prjTargetSchema
- Attributes
Fields
Name | Value | Description |
---|---|---|
prjTargetSchemaIE32Nav30 | 0 | Internet Explorer 3.2 and Navigator 3.0. |
prjTargetSchemaIE50 | 1 | Internet Explorer 4.0 and higher. |
prjTargetSchemaNav40 | 2 | Netscape Navigator 4.0. |