CoreStrings.ComplexCollectionNullElementSetter 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 value for the property '{complexType}.{property}' cannot be set, because it's on the complex type collection element '{collectionDeclaringType}.{collection}[{ordinal}]' that contains a 'null' value.
public static string ComplexCollectionNullElementSetter(object? complexType, object? property, object? collectionDeclaringType, object? collection, object? ordinal);
static member ComplexCollectionNullElementSetter : obj * obj * obj * obj * obj -> string
Public Shared Function ComplexCollectionNullElementSetter (complexType As Object, property As Object, collectionDeclaringType As Object, collection As Object, ordinal As Object) As String
Parameters
- complexType
- Object
- property
- Object
- collectionDeclaringType
- Object
- collection
- Object
- ordinal
- Object