次の方法で共有


CoreStrings.PropertyInUseIndex(Object, Object, Object, Object) メソッド

定義

プロパティ '{property}' は'{indexType}' のインデックス {index} で使用されているため、型 '{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

戻り値

適用対象