Conversions.CompareOptionsFromLCMapFlags-Methode
Geben Sie Flags für LCMapFlags an, und machen Sie sie in Vergleichsoptionen. Unbekannte Optionen werden ignoriert.
Diese API ist nicht CLS-kompatibel.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Shared Function CompareOptionsFromLCMapFlags ( _
lcmapFlags As UInteger _
) As CompareOptions
'Usage
Dim lcmapFlags As UInteger
Dim returnValue As CompareOptions
returnValue = Conversions.CompareOptionsFromLCMapFlags(lcmapFlags)
[CLSCompliantAttribute(false)]
public static CompareOptions CompareOptionsFromLCMapFlags(
uint lcmapFlags
)
Parameter
lcmapFlags
Typ: System.UInt32LCMapString-Flags.
Rückgabewert
Typ: System.Globalization.CompareOptions
CompareOptions, die die (bekannten) Flags beschreiben.