ForEachLoopClass.DebugMode プロパティ

定義

public:
 virtual property bool DebugMode { bool get(); void set(bool value); };
public virtual bool DebugMode { get; set; }
member this.DebugMode : bool with get, set
Public Overridable Property DebugMode As Boolean

プロパティ値

オブジェクトがデバッグ モードでイベントを発生する場合は true、それ以外のOnBreakpointHit(IDTSBreakpointSite100, IDTSBreakpointTarget100)場合は false

実装

適用対象