CoreStrings.PropertyInUseIndex(Object, 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 dalam indeks {index} pada '{indexType}'. Semua indeks yang berisi harus dihapus atau ditentukan ulang sebelum properti dapat dihapus.
public static string PropertyInUseIndex(object property, object entityType, object index, object indexType);
public static string PropertyInUseIndex(object? property, object? entityType, object? index, object? indexType);
static member PropertyInUseIndex : obj * obj * obj * obj -> string
Public Shared Function PropertyInUseIndex (property As Object, entityType As Object, index As Object, indexType As Object) As String
Parameter
- property
- Object
- entityType
- Object
- index
- Object
- indexType
- Object