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 フィールドを無効にします。 |