共用方式為


CoreStrings.DuplicatePropertyInKey(Object, Object) 方法

定義

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

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

參數

propertyList
Object
property
Object

傳回

適用於