CoreStrings.NoProperty(Object, Object, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
沒有屬性與實體類型 '{entity}' 的欄位 '{field}' 相關聯。 設定屬性或使用不同的 '{propertyAccessMode}'。
public static string NoProperty (object field, object entity, object pam);
public static string NoProperty (object field, object entity, object propertyAccessMode);
public static string NoProperty (object? field, object? entity, object? propertyAccessMode);
static member NoProperty : obj * obj * obj -> string
static member NoProperty : obj * obj * obj -> string
Public Shared Function NoProperty (field As Object, entity As Object, pam As Object) As String
Public Shared Function NoProperty (field As Object, entity As Object, propertyAccessMode As Object) As String
參數
- field
- Object
- entity
- Object
- pampropertyAccessMode
- Object