CoreStrings.PropertyInUseKey(Object, Object, Object) Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Properti '{property}' tidak dapat dihapus dari tipe '{entityType}' karena sedang digunakan di kunci {keyProperties}. Semua kunci yang berisi harus dihapus atau didefinisikan ulang sebelum properti dapat dihapus.
public static string PropertyInUseKey(object property, object entityType, object key);
public static string PropertyInUseKey(object property, object entityType, object keyProperties);
public static string PropertyInUseKey(object? property, object? entityType, object? keyProperties);
static member PropertyInUseKey : obj * obj * obj -> string
static member PropertyInUseKey : obj * obj * obj -> string
Public Shared Function PropertyInUseKey (property As Object, entityType As Object, key As Object) As String
Public Shared Function PropertyInUseKey (property As Object, entityType As Object, keyProperties As Object) As String
Parameter
- property
- Object
- entityType
- Object
- keykeyProperties
- Object