次の方法で共有


StructuralObject.ReportPropertyChanged(String) メソッド

定義

プロパティが変更されたことを報告するために使用されるイベントを発生させます。

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", MessageId="Property")]
protected virtual void ReportPropertyChanged (string property);
abstract member ReportPropertyChanged : string -> unit
override this.ReportPropertyChanged : string -> unit
Protected Overridable Sub ReportPropertyChanged (property As String)

パラメーター

property
String

変更されたプロパティの名前。

属性

適用対象