CoreStrings.PropertyInUseIndex(Object, Object, Object, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
屬性 '{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