pkgCompare Enumeration

Used by the OptionCompare property.

Namespace:  VSLangProj2
Assembly:  VSLangProj2 (in VSLangProj2.dll)

Syntax

'Declaration
<GuidAttribute("48DEC64C-7B34-4495-9C2D-2E4E7CA31D53")> _
Public Enumeration pkgCompare
[GuidAttribute("48DEC64C-7B34-4495-9C2D-2E4E7CA31D53")]
public enum pkgCompare
[GuidAttribute(L"48DEC64C-7B34-4495-9C2D-2E4E7CA31D53")]
public enum class pkgCompare
[<GuidAttribute("48DEC64C-7B34-4495-9C2D-2E4E7CA31D53")>]
type pkgCompare
public enum pkgCompare

Members

Member name Description
pkgCompareBinary Comparison based on internal binary representations.
pkgCompareText Comparison based on case-insensitive text order determined by locale.

Remarks

The value pkgCompareBinary results in string comparisons based on a sort order derived from the internal binary representations of the characters. The value pkgCompareText results in string comparisons based on the case-insensitive text sort order determined by the system's locale.

See Also

Reference

VSLangProj2 Namespace