PjComparison Enumeration
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public enum class PjComparison
[System.Runtime.InteropServices.Guid("32FACA06-0A5F-11D3-8C21-00C04F72F323")]
public enum PjComparison
type PjComparison =
Public Enum PjComparison
- Vererbung
-
PjComparison
- Attribute
Felder
Name | Wert | Beschreibung |
---|---|---|
pjCompareWithin | 0 | |
pjCompareGreaterThan | 1 | |
pjCompareLessThan | 2 | |
pjCompareGreaterThanOrEqual | 3 | |
pjCompareLessThanOrEqual | 4 | |
pjCompareEquals | 5 | |
pjCompareNotEqual | 6 | |
pjCompareContains | 7 | |
pjCompareNotWithin | 8 | |
pjCompareNotContains | 9 | |
pjCompareContainsExactly | 10 | |
pjCompareAnyValue | 11 |