IDelta.GetChangedPropertyNames 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.
Returns the Properties that have been modified through this IDelta as an enumerable of Property Names
public System.Collections.Generic.IEnumerable<string> GetChangedPropertyNames ();
abstract member GetChangedPropertyNames : unit -> seq<string>
Public Function GetChangedPropertyNames () As IEnumerable(Of String)