次の方法で共有


IVstaHelper.SupportDebug プロパティ

定義

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

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

プロパティ値

デバッグがサポートされている場合は true。それ以外の場合は false。

適用対象