CoreStrings.InconsistentInheritance 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
InconsistentInheritance(Object, Object) |
實體類型 '{entityType}' 應該衍生自 '{baseEntityType}',以反映對應 CLR 類型的階層。 |
InconsistentInheritance(Object, Object, Object) |
實體類型 '{entityType}' 設定為衍生自 '{baseEntityType}',不過,根據應該衍生自 '{clrBaseEntityType}' 之對應 CLR 類型的階層。 將 '{entityType}' 設定為基底類型為 '{baseEntityType}' 或 'null'。 |
InconsistentInheritance(Object, Object)
實體類型 '{entityType}' 應該衍生自 '{baseEntityType}',以反映對應 CLR 類型的階層。
public static string InconsistentInheritance (object entityType, object baseEntityType);
static member InconsistentInheritance : obj * obj -> string
Public Shared Function InconsistentInheritance (entityType As Object, baseEntityType As Object) As String
參數
- entityType
- Object
- baseEntityType
- Object
傳回
適用於
InconsistentInheritance(Object, Object, Object)
實體類型 '{entityType}' 設定為衍生自 '{baseEntityType}',不過,根據應該衍生自 '{clrBaseEntityType}' 之對應 CLR 類型的階層。 將 '{entityType}' 設定為基底類型為 '{baseEntityType}' 或 'null'。
public static string InconsistentInheritance (object? entityType, object? baseEntityType, object? clrBaseEntityType);
static member InconsistentInheritance : obj * obj * obj -> string
Public Shared Function InconsistentInheritance (entityType As Object, baseEntityType As Object, clrBaseEntityType As Object) As String
參數
- entityType
- Object
- baseEntityType
- Object
- clrBaseEntityType
- Object