CoreStrings.ComplexPropertyNotFound(Object, Object) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Proprietà complessa '{type}. Impossibile trovare {property}'. Assicurarsi che la proprietà esista e sia stata inclusa nel modello come proprietà complessa.
public static string ComplexPropertyNotFound(object? type, object? property);
static member ComplexPropertyNotFound : obj * obj -> string
Public Shared Function ComplexPropertyNotFound (type As Object, property As Object) As String
Parametri
- type
- Object
- property
- Object