CoreStrings.NonListCollection(Object, Object, 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 complex collection '{entityType}'.'{name}' is of type '{type}' which does not implement '{listInterface}'.
public static string NonListCollection(object? entityType, object? name, object? type, object? listInterface);
static member NonListCollection : obj * obj * obj * obj -> string
Public Shared Function NonListCollection (entityType As Object, name As Object, type As Object, listInterface As Object) As String
Parameters
- entityType
- Object
- name
- Object
- type
- Object
- listInterface
- Object