編集

次の方法で共有


INotifyPropertyChangedAttribute.IncludeAdditionalHelperMethods Property

Definition

Gets or sets a value indicating whether or not to also generate all the additional helper methods that are found in ObservableObject as well (eg. SetProperty<T>(T, T, String). If set to false, only the PropertyChanged event and the two OnPropertyChanged(PropertyChangedEventArgs) overloads will be generated. The default value is true.

public bool IncludeAdditionalHelperMethods { get; set; }
member this.IncludeAdditionalHelperMethods : bool with get, set
Public Property IncludeAdditionalHelperMethods As Boolean

Property Value

Applies to