다음을 통해 공유


CoreStrings.ConflictingFieldProperty 메서드

정의

멤버 '{type}. {property}'은(는) '{conflictingType}에서 이미 사용 중이므로 '{field}' 필드를 사용할 수 없습니다. {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

매개 변수

type
Object
property
Object
field
Object
conflictingType
Object
conflictingProperty
Object

반환

적용 대상