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 のパラメーターが含まれています: AddClearInsertAtRemoveRemoveAtReplaceSetVerifyChar、および VerifyString。 メソッドは GetOperationResultFromHint 、この値を解釈し、操作が成功または失敗であることを 通知したかどうかを MaskedTextResultHint 示すブール値を返します。

適用対象

こちらもご覧ください