CoreStrings.ComplexCollectionEntryDeletedEntity Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The complex entry at ordinal '{ordinal}' for the collection '{declaringType}.{collection}' cannot be accessed as the containing entry is in the deleted state.
public static string ComplexCollectionEntryDeletedEntity(object? ordinal, object? declaringType, object? collection);
static member ComplexCollectionEntryDeletedEntity : obj * obj * obj -> string
Public Shared Function ComplexCollectionEntryDeletedEntity (ordinal As Object, declaringType As Object, collection As Object) As String
Parameters
- ordinal
- Object
- declaringType
- Object
- collection
- Object