DisableInSimulationAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在模拟模式下禁用相应的 UI 字段。
public ref class DisableInSimulationAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.All)]
public sealed class DisableInSimulationAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.All)>]
type DisableInSimulationAttribute = class
inherit Attribute
Public NotInheritable Class DisableInSimulationAttribute
Inherits Attribute
- 继承
-
DisableInSimulationAttribute
- 属性
构造函数
DisableInSimulationAttribute() |
在模拟模式下禁用相应的 UI 字段。 |