다음을 통해 공유


CoreStrings.PropertyInUseIndex(Object, Object, Object, Object) 메서드

정의

'{indexType}'의 인덱스 {index}에서 사용 중이므로 '{property}' 속성을 '{entityType}' 형식에서 제거할 수 없습니다. 속성을 제거하려면 먼저 인덱스가 포함된 모든 인덱스를 제거하거나 다시 정의해야 합니다.

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

반환

적용 대상