Edit

Share via


VerifyStringResultCode Enum

Definition

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

Offensive 1

The string contains offensive content.

Success 0

No issues were found with the string.

TooLong 2

The string is too long to verify.

UnknownError 3

An unknown error was encountered during string verification.

Applies to