Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
データを強調表示するための wpf アプリケーションがあります。強調表示されているテキスト部分を変数に保存するにはどうすればよいですか。私はこのようなものが欲しい..
if(pageNumber == anyPage) { //強調表示されるテキストは変数にある必要があります }
どんな助けにも感謝します。
データを強調表示するためにwpf注釈サービスを使用しています。強調表示されているデータは、別の変数で取り出す必要があるものです。