다음을 통해 공유


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

반환

적용 대상