共用方式為


CoreStrings.DuplicatePropertyInForeignKey(Object, Object) 方法

定義

屬性 {propertyList} 無法用於外鍵,因為它們包含重複: '{property}'。

public static string DuplicatePropertyInForeignKey (object propertyList, object property);
public static string DuplicatePropertyInForeignKey (object? propertyList, object? property);
static member DuplicatePropertyInForeignKey : obj * obj -> string
Public Shared Function DuplicatePropertyInForeignKey (propertyList As Object, property As Object) As String

參數

propertyList
Object
property
Object

傳回

適用於