CoreStrings.PropertyReadOnlyAfterSave(Object, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
屬性 '{1_entityType}。{0_property}' 在儲存後定義為唯讀,但其值已修改或標示為已修改。
public static string PropertyReadOnlyAfterSave (object property, object entityType);
public static string PropertyReadOnlyAfterSave (object? property, object? entityType);
static member PropertyReadOnlyAfterSave : obj * obj -> string
Public Shared Function PropertyReadOnlyAfterSave (property As Object, entityType As Object) As String
參數
- property
- Object
- entityType
- Object