prjCompare Enumeration

 

Specifies the default string comparison method for a project.

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

[GuidAttribute("EBDA8DD4-E450-452A-9FF5-7970904DEA7F")]
public enum prjCompare

Member nameDescription
prjCompareBinary

Comparison based on internal binary representations.

prjCompareText

Comparison based on case-insensitive text order determined by locale.

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

Return to top
Show: