Metro / WinRT 如何确定是否处于编辑器 / 设计时状态?

3
在WPF中,你可以这样做:
System.ComponentModel.DesignerProperties.GetIsInDesignMode()

但是我不知道如何检查自己是否在Win Rt的设计模式下。


Windows.ApplicationModel.DesignMode.DesignModeEnabled - Torak
可能是Is there a 'IsInDesignMode' property in WinRT?的重复问题。 - Factor Mystic
网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接