IVstaHelper.SupportDebug プロパティ

定義

デバッグがサポートされているかどうかを示す値を取得または設定します。

public:
 property bool SupportDebug { bool get(); };
public bool SupportDebug { get; }
member this.SupportDebug : bool
Public ReadOnly Property SupportDebug As Boolean

プロパティ値

デバッグがサポートされている場合にはtrueです。そうでなければ、誤りです。

適用対象