CoreStrings.FindValueCountMismatch(Object, Object, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
實體類型 '{entityType}' 是以 {propertiesCount}-part 複合索引鍵定義,但 {valuesCount} 值已傳遞至 'Find' 方法。
public static string FindValueCountMismatch (object entityType, object propertiesCount, object valuesCount);
public static string FindValueCountMismatch (object? entityType, object? propertiesCount, object? valuesCount);
static member FindValueCountMismatch : obj * obj * obj -> string
Public Shared Function FindValueCountMismatch (entityType As Object, propertiesCount As Object, valuesCount As Object) As String
參數
- entityType
- Object
- propertiesCount
- Object
- valuesCount
- Object