// Some times when using EditOperation.Modify you can unknowingly be attempting to set // an attribute to value // setting // In this scenario the Modify action will detect that nothing is required // and do nothing. Because no actions have occurred, the // Consequently the Execute operation will fail. if (!opEdit.IsEmpty) opEdit.Execute();
Target Platforms: Windows 11, Windows 10