새로운 UWP 확장성 모델에서 작동하도록 Visual Studio 디자이너 기능을 업데이트합니다.
10월 15, 2019
신규 버전
기능
Added a new section to the PropertyGrid 'Data Models and Factories' documentation topic that talks about best practices for clearing the DataObject property when the PropertyGrid is no longer needed to prevent memory leaks.
Added the PropertyGrid.CanClearDataObjectOnUnload property that can be set to true to automatically clear the DataObject property when the control is unloaded. Clear the DataObject property manually when CanClearDataObjectOnUnload cannot not used.
Improved how PropertyGrid watches property value changes to help prevent memory leaks.
Updated Microsoft Visual Studio designer functionality to work with new UWP extensibility model.