我正在尝试在我的Windows10应用程序中创建一个新窗口,但我希望能够为创建的窗口指定初始大小。到目前为止,我一直在尝试,没有运气-varcurrentAppView=ApplicationView.GetForCurrentView();varnewCoreAppView=CoreApplication.CreateNewView();awaitnewCoreAppView.Dispatcher.RunAsync(CoreDispatcherPriority.Normal,async()=>{varnewWindow=Window.Current;varnewAppView=App