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
用來識別模型特定部分的索引鍵。
傳回
如果有的話,與該部分模型相關聯的嘗試值。