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 値。

返品

指定した 値が成功を表す場合は (a0/& 。それ以外の場合は失敗を表す場合は。

注釈

MaskedTextProvider クラスの次のメソッドには、メソッドの操作に関する情報を出力するために使用されるMaskedTextResultHint型のパラメーターが含まれています:AddClearInsertAtRemoveRemoveAtReplaceSetVerifyChar、およびVerifyStringGetOperationResultFromHint メソッドは、この値を解釈し、操作が成功または失敗したことをMaskedTextResultHintが通知したかどうかを示すブール値を返します。

適用対象

こちらもご覧ください