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.
有人可以为以下等效 C# 提供 C++ 示例吗?
VisualStateManager.GoToState(this, "statename", true);
我不懂 C++,正在努力为另一组转换一些动画。MSDN 示例是空白的!
它应该是:
VisualStateManager::GoToState(this, "statename", true);