共用方式為


CoreStrings.DuplicatePropertyInIndex(Object, Object) 方法

定義

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

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

參數

propertyList
Object
property
Object

傳回

適用於