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.
我没有在 WinRT 中获得选择文本,所以请帮助我。在我的应用程序中,我使用的是 Flipview,但我没有得到复制文本和选择文本。
默认情况下TextBlock不提供文本选择。您可以使用只读TextBox来显示可以选择的文本。
TextBlock
TextBox
我正在尝试使用复制当前节点下方存在的所有节点,<xsl:copy-of select="." />并且它也在复制根节点中存在的命名空间。如何避免这种情况?
<xsl:copy-of select="." />