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