言語

PropertyCollection.SetDirty(String, Boolean) メソッド

定義

名前付きプロパティを変更と見なすかどうかを示す値を設定します。

public void SetDirty(string propertyName, bool isDirty);
member this.SetDirty : string * bool -> unit
Public Sub SetDirty (propertyName As String, isDirty As Boolean)

パラメーター

propertyName
String

プロパティ名

isDirty
Boolean

true の場合、値はローカルで変更されたと見なされます

適用対象