MaskedTextProvider.GetOperationResultFromHint(MaskedTextResultHint) 方法

定义

确定指定的 MaskedTextResultHint 表示成功还是失败。

public:
 static bool GetOperationResultFromHint(System::ComponentModel::MaskedTextResultHint hint);
public static bool GetOperationResultFromHint (System.ComponentModel.MaskedTextResultHint hint);
static member GetOperationResultFromHint : System.ComponentModel.MaskedTextResultHint -> bool
Public Shared Function GetOperationResultFromHint (hint As MaskedTextResultHint) As Boolean

参数

hint
MaskedTextResultHint

一个 MaskedTextResultHint 值,通常作为上一个操作的输出参数获取。

返回

如果指定的 MaskedTextResultHint 值表示成功,则为 true;如果表示失败,则为 false

注解

类的MaskedTextProvider以下方法包含类型的MaskedTextResultHint参数,用于输出有关方法操作的信息:Add、、ClearInsertAtRemoveAtReplaceRemoveSetVerifyChar和 。VerifyString 方法 GetOperationResultFromHint 解释此值并返回一个布尔值,该值指示 MaskedTextResultHint 是否已发出操作成功或失败的信号。

适用于

另请参阅