EnableInSimulationAttribute 类

定义

不在模拟模式下时禁用相应的 UI 字段。

public ref class EnableInSimulationAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.All)]
public sealed class EnableInSimulationAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.All)>]
type EnableInSimulationAttribute = class
    inherit Attribute
Public NotInheritable Class EnableInSimulationAttribute
Inherits Attribute
继承
EnableInSimulationAttribute
属性

构造函数

EnableInSimulationAttribute()

不在模拟模式下时禁用相应的 UI 字段。

适用于