CoreStrings.UnknownKeyValue(Object, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
'{entityType} 的值。嘗試儲存變更時,{property}' 未知。 這是因為 屬性也是關聯性中主體實體未知之外鍵的一部分。
public static string UnknownKeyValue (object entityType, object property);
public static string UnknownKeyValue (object? entityType, object? property);
static member UnknownKeyValue : obj * obj -> string
Public Shared Function UnknownKeyValue (entityType As Object, property As Object) As String
參數
- entityType
- Object
- property
- Object