Header menu logo fantomas

LanguageVersion Type

LanguageVersion management

Constructors

Constructor Description

LanguageVersion(arg1)

Full Usage: LanguageVersion(arg1)

Parameters:
    arg0 : string

Returns: LanguageVersion

Create a LanguageVersion management object

arg0 : string
Returns: LanguageVersion

Instance members

Instance member Description

this.IsExplicitlySpecifiedAs50OrBefore

Full Usage: this.IsExplicitlySpecifiedAs50OrBefore

Returns: bool

Has been explicitly specified as 4.6, 4.7 or 5.0

Returns: bool

this.IsPreviewEnabled

Full Usage: this.IsPreviewEnabled

Returns: bool

Has preview been explicitly specified

Returns: bool

this.SpecifiedVersion

Full Usage: this.SpecifiedVersion

Returns: decimal

Get the specified LanguageVersion

Returns: decimal

this.SpecifiedVersionString

Full Usage: this.SpecifiedVersionString

Returns: string

Get the specified LanguageVersion as a string

Returns: string

this.SupportsFeature

Full Usage: this.SupportsFeature

Parameters:
Returns: bool

Does the selected LanguageVersion support the specified feature

arg0 : LanguageFeature
Returns: bool

this.VersionText

Full Usage: this.VersionText

Returns: string

Get the text used to specify the version, several of which may map to the same version

Returns: string

Static members

Static member Description

LanguageVersion.ContainsVersion(arg1)

Full Usage: LanguageVersion.ContainsVersion(arg1)

Parameters:
    arg0 : string

Returns: bool

Get the list of valid versions

arg0 : string
Returns: bool

LanguageVersion.Default

Full Usage: LanguageVersion.Default

Returns: LanguageVersion

LanguageVersion.GetFeatureString(feature)

Full Usage: LanguageVersion.GetFeatureString(feature)

Parameters:
Returns: string

Get a string name for the given feature.

feature : LanguageFeature
Returns: string

LanguageVersion.GetFeatureVersionString(feature)

Full Usage: LanguageVersion.GetFeatureVersionString(feature)

Parameters:
Returns: string

Get a version string associated with the given feature.

feature : LanguageFeature
Returns: string

LanguageVersion.ValidOptions

Full Usage: LanguageVersion.ValidOptions

Returns: string[]

Get the list of valid options

Returns: string[]

LanguageVersion.ValidVersions

Full Usage: LanguageVersion.ValidVersions

Returns: string[]

Get the list of valid versions

Returns: string[]

Type something to start searching.