次の方法で共有


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

戻り値

適用対象