Edit

Share via


VerifyStringResult Class

Definition

Contains information about the results of a string verification.

[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public sealed class VerifyStringResult
type VerifyStringResult = class
    interface __IVerifyStringResultPublicNonVirtuals
Public NotInheritable Class VerifyStringResult
Inheritance
VerifyStringResult
Attributes
Windows.Foundation.Metadata.MarshalingBehaviorAttribute Windows.Foundation.Metadata.ThreadingAttribute Windows.Foundation.Metadata.VersionAttribute

Properties

FirstOffendingSubstring

FirstOffendingSubstring contains the first offending substring found if the result code is VerifyStringResultCode::Offensive.

ResultCode

The result code for the string verification.

Applies to