CoreStrings.ComplexCollectionEntryInvalidStateChange(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.
Cannot change the state of an element of the '{property}' complex collection directly from Deleted to Added or vice versa. First mark it as Unchanged.
public static string ComplexCollectionEntryInvalidStateChange(object? property);
static member ComplexCollectionEntryInvalidStateChange : obj -> string
Public Shared Function ComplexCollectionEntryInvalidStateChange (property As Object) As String
Parameters
- property
- Object