FormMappingContext.GetAttemptedValue メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetAttemptedValue(String) |
特定のモデル キーのマップに失敗した試行値を取得します。 |
GetAttemptedValue(String, String) |
特定のモデル キーのマップに失敗した試行値を取得します。 |
GetAttemptedValue(String)
特定のモデル キーのマップに失敗した試行値を取得します。
public string? GetAttemptedValue (string key);
member this.GetAttemptedValue : string -> string
Public Function GetAttemptedValue (key As String) As String
パラメーター
- key
- String
モデルの特定の部分を識別するために使用されるキー。
戻り値
モデルのその部分に関連付けられた試行値 (存在する場合)。
適用対象
GetAttemptedValue(String, String)
特定のモデル キーのマップに失敗した試行値を取得します。
public string? GetAttemptedValue (string formName, string key);
member this.GetAttemptedValue : string * string -> string
Public Function GetAttemptedValue (formName As String, key As String) As String
パラメーター
- formName
- String
このコンテキストのフォームのフォーム名。
- key
- String
モデルの特定の部分を識別するために使用されるキー。
戻り値
モデルのその部分に関連付けられた試行値 (存在する場合)。