Napomena
Za pristup ovoj stranici potrebna je autorizacija. Možete se pokušati prijaviti ili promijeniti direktorije.
Za pristup ovoj stranici potrebna je autorizacija. Možete pokušati promijeniti direktorije.
Indicates how names should match in a search.
Syntax
typedef enum CLRDataByNameFlag {
CLRDATA_BYNAME_CASE_SENSITIVE = 0x00000000,
CLRDATA_BYNAME_CASE_INSENSITIVE = 0x00000001
} CLRDataByNameFlag;
Members
| Member | Value | Description |
|---|---|---|
CLRDATA_BYNAME_CASE_SENSITIVE |
0x0 | Names should match in a case sensitive manner. |
CLRDATA_BYNAME_CASE_INSENSITIVE |
0x1 | Names should match in a case insensitive manner. |
Remarks
This enumeration lives inside the runtime and is not exposed through any headers or library files. To use it, define the enumeration as specified above.
Requirements
Platforms: See System Requirements. Header: None Library: None .NET Framework Versions: Available since 4.7
See also
Surađujte s nama na GitHubu
Izvor za ovaj sadržaj možete pronaći na GitHubu, gdje možete stvarati i pregledavati probleme i zahtjeve za povlačenjem. Dodatne informacije potražite u našem vodiču za suradnike.