VerifyStringResultCode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumeration values that indicate the result code from string verification.
[Windows.Foundation.Metadata.Version(1)]
public enum VerifyStringResultCode
type VerifyStringResultCode =
Public Enum VerifyStringResultCode
- Inheritance
-
VerifyStringResultCode
- Attributes
-
Windows.Foundation.Metadata.VersionAttribute
Fields
Name | Value | Description |
---|---|---|
Success | 0 | No issues were found with the string. |
Offensive | 1 | The string contains offensive content. |
TooLong | 2 | The string is too long to verify. |
UnknownError | 3 | An unknown error was encountered during string verification. |