CoreStrings.ConflictingFieldProperty 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
成员“{type}”。{property}“无法使用字段”{field}“,因为它已被”{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
参数
- type
- Object
- property
- Object
- field
- Object
- conflictingType
- Object
- conflictingProperty
- Object