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

返回

适用于