다음을 통해 공유


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

반환

적용 대상