CoreStrings.DuplicatePropertiesOnBase Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Typ {entityType} nie może mieć typu podstawowego "{baseType}", ponieważ właściwości "{derivedPropertyType}". {derivedProperty}" i "{basePropertyType}". Element {baseProperty}" jest w konflikcie.
public static string DuplicatePropertiesOnBase(object entityType, object baseType, object derivedPropertyType, object derivedProperty, object basePropertyType, object baseProperty);
public static string DuplicatePropertiesOnBase(object? entityType, object? baseType, object? derivedPropertyType, object? derivedProperty, object? basePropertyType, object? baseProperty);
static member DuplicatePropertiesOnBase : obj * obj * obj * obj * obj * obj -> string
Public Shared Function DuplicatePropertiesOnBase (entityType As Object, baseType As Object, derivedPropertyType As Object, derivedProperty As Object, basePropertyType As Object, baseProperty As Object) As String
Parametry
- entityType
- Object
- baseType
- Object
- derivedPropertyType
- Object
- derivedProperty
- Object
- basePropertyType
- Object
- baseProperty
- Object