MaskedTextProvider.GetOperationResultFromHint(MaskedTextResultHint) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷指定的 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、Clear、、InsertAtRemove、 SetVerifyCharReplaceRemoveAt和 。VerifyString 方法 GetOperationResultFromHint 會解譯這個值,並傳回布爾值,指出作業是否 MaskedTextResultHint 成功或失敗。