1

C++ UWP プロジェクトでc# クラス ライブラリhttps://github.com/MacawNL/WinRT-RichTextBlock.Html2Xamlを使用しようとしています。私の限られた知識では、プロジェクトを C++/cx で使用するには、クラス ライブラリではなく、Windows ランタイム コンポーネントとしてプロジェクトをビルドする必要があります。問題は、winmd としてビルドしようとすると、次のエラーが発生することです。

Error   WME1024 Type 'WinRT_RichTextBlock.Html2Xaml.Properties' contains externally visible field 'Windows.UI.Xaml.DependencyProperty WinRT_RichTextBlock.Html2Xaml.Properties.HtmlProperty'.  Fields can be exposed only by structures.    WinRT-RichTextBlock.Html2Xaml   C:\Users\zzz\Downloads\WinRT-RichTextBlock.Html2Xaml\RichTextBlockProperties.cs 40  

この添付プロパティをビルドして、c++/cx UWP プロジェクトで使用できるようにするにはどうすればよいですか?

4

0 に答える 0