CoreStrings.ComplexPropertyNotFound(Object, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
複雜屬性 '{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