CoreStrings.ConverterPropertyMismatchElement 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
元素類型 '{converterType}' 的轉換器不能用於 '{entityType}。{propertyName}',因為其元素類型是 '{elementType}'。
public static string ConverterPropertyMismatchElement (object? converterType, object? entityType, object? propertyName, object? elementType);
static member ConverterPropertyMismatchElement : obj * obj * obj * obj -> string
Public Shared Function ConverterPropertyMismatchElement (converterType As Object, entityType As Object, propertyName As Object, elementType As Object) As String
參數
- converterType
- Object
- entityType
- Object
- propertyName
- Object
- elementType
- Object