Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/339.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 桌面应用程序的Windows.Data.Text_C#_Winforms_Windows Store Apps_Desktop Application - Fatal编程技术网

C# 桌面应用程序的Windows.Data.Text

C# 桌面应用程序的Windows.Data.Text,c#,winforms,windows-store-apps,desktop-application,C#,Winforms,Windows Store Apps,Desktop Application,我正在研究新的Windows.Data.Text API,以期使用WordsSegmenter类。但是,它似乎只在Windows应用商店应用程序中可用。有人知道该API是否可用于Windows桌面(C#Forms)应用程序吗?没有,WordsSegment似乎也可用于桌面应用程序。从其MSDN文档中:“受支持的最小客户端:Windows 8.1[Windows应用商店应用,桌面应用]”。嗯,我找不到需要引用的物理dll的任何信息。请注意WordsSegment的MSDN文档中的信息“Metada

我正在研究新的Windows.Data.Text API,以期使用WordsSegmenter类。但是,它似乎只在Windows应用商店应用程序中可用。有人知道该API是否可用于Windows桌面(C#Forms)应用程序吗?

没有,WordsSegment似乎也可用于桌面应用程序。从其MSDN文档中:“受支持的最小客户端:Windows 8.1[Windows应用商店应用,桌面应用]”。嗯,我找不到需要引用的物理dll的任何信息。请注意WordsSegment的MSDN文档中的信息“Metadata:Windows.winmd”。然后,你可能想看看@elgonzo Cool,谢谢你的指点。