MetadataController.SetPropertyAndNotifyChange<T>(T, T, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected void SetPropertyAndNotifyChange<T> (ref T field, T value, string? propertyName = default);
member this.SetPropertyAndNotifyChange : 'T * 'T * string -> unit
Protected Sub SetPropertyAndNotifyChange(Of T) (ByRef field As T, value As T, Optional propertyName As String = Nothing)
Type Parameters
- T
Parameters
- field
- T
- value
- T
- propertyName
- String