CoreStrings.ComplexCollectionEntryOrdinalReadOnly(Object, Object) 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 ordinal of an entry of the '{collectionDeclaringType}.{collection}' complex collection cannot be changed unless it's detached or deleted.
public static string ComplexCollectionEntryOrdinalReadOnly(object? collectionDeclaringType, object? collection);
static member ComplexCollectionEntryOrdinalReadOnly : obj * obj -> string
Public Shared Function ComplexCollectionEntryOrdinalReadOnly (collectionDeclaringType As Object, collection As Object) As String
Parameters
- collectionDeclaringType
- Object
- collection
- Object