CoreStrings.InvalidPropertiesExpression(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
此 API 現已淘汰。
屬性運算式 '{expression}' 無效。 運算式應該代表簡單的屬性存取:'t = > t.MyProperty'。 指定多個屬性時,請使用匿名型別:'t = > new {{ t.MyProperty1, t.MyProperty2 }}'。
public static string InvalidPropertiesExpression (object expression);
[System.Obsolete]
public static string InvalidPropertiesExpression (object expression);
[System.Obsolete]
public static string InvalidPropertiesExpression (object? expression);
static member InvalidPropertiesExpression : obj -> string
[<System.Obsolete>]
static member InvalidPropertiesExpression : obj -> string
Public Shared Function InvalidPropertiesExpression (expression As Object) As String
參數
- expression
- Object
傳回
- 屬性