IComponentDesignerDebugService インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
デザイン時環境でデバッグ サービスを提供します。
public interface class IComponentDesignerDebugService
public interface IComponentDesignerDebugService
type IComponentDesignerDebugService = interface
Public Interface IComponentDesignerDebugService
プロパティ
IndentLevel |
デバッグ出力のインデント レベルを取得または設定します。 |
Listeners |
デザイン時のデバッグ出力を監視するトレース リスナーのコレクションを取得します。 |
メソッド
Assert(Boolean, String) |
デザイン時環境内で条件をアサートします。 |
Fail(String) |
デザイン時環境でエラー メッセージのログを記録します。 |
Trace(String, String) |
デザイン時環境でデバッグ メッセージのログを記録します。 |