CoreStrings.PropertyInUseIndex(Object, Object, Object, Object) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
'{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