共用方式為


CoreStrings.PropertyInUseIndex(Object, Object, Object, Object) 方法

定義

屬性 '{property}' 無法從類型 '{entityType}' 中移除,因為它正用在 '{indexType}' 的索引 {index} 中。 必須先移除或重新定義所有包含索引的索引,才能移除屬性。

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

參數

property
Object
entityType
Object
index
Object
indexType
Object

傳回

適用於