Citiți în limba engleză Editare

Partajați prin


SortVersion(Int32, Guid) Constructor

Definition

Creates a new instance of the SortVersion class.

public SortVersion (int fullVersion, Guid sortId);

Parameters

fullVersion
Int32

A version number.

sortId
Guid

A sort ID.

Remarks

This constructor instantiates a SortVersion object with the specified version and sort ID. The fullVersion argument is assigned to the FullVersion property. The sortId argument is assigned to the SortId property.

This constructor is useful for recreating a SortVersion object from data that has been serialized or saved. This version can then be compared with the current application version to determine whether the version of Unicode used to display and order the application's strings is available.

Applies to

Produs Versiuni
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1

See also