我正在尝试过滤openfiledialouge中的文件类型,但它不接受.tiproj它说的文件类型无效。
Microsoft.Win32.OpenFileDialog dlg = new Microsoft.Win32.OpenFileDialog();
dlg.DefaultExt = ".tiproj";
dlg.Filter = "*.tiproj";
答案 0 :(得分:0)
以下格式适合我。
MediaPlayer.prepare()