DisableInSimulationAttribute 类

定义

在模拟模式下禁用相应的 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 字段。

适用于