CoreStrings.ConflictingFieldProperty Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Membre « {type} ». {property} » ne peut pas utiliser le champ « {field} », car il est déjà utilisé par « {conflictingType} ». {conflictingProperty}'.
public static string ConflictingFieldProperty(object? type, object? property, object? field, object? conflictingType, object? conflictingProperty);
static member ConflictingFieldProperty : obj * obj * obj * obj * obj -> string
Public Shared Function ConflictingFieldProperty (type As Object, property As Object, field As Object, conflictingType As Object, conflictingProperty As Object) As String
Paramètres
- type
- Object
- property
- Object
- field
- Object
- conflictingType
- Object
- conflictingProperty
- Object