次の方法で共有


CoreStrings.ComplexPropertyNotFound(Object, Object) メソッド

定義

複合プロパティ '{type}。{property}' が見つかりませんでした。 プロパティが存在し、モデルに複合プロパティとして含まれていることを確認します。

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

パラメーター

type
Object
property
Object

戻り値

適用対象