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