Share via


CoreStrings.DuplicatePropertyInKey(Object, Object) Méthode

Définition

Les propriétés {propertyList} ne peuvent pas être utilisées pour une clé, car elles contiennent un doublon : « {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

Paramètres

propertyList
Object
property
Object

Retours

S’applique à