このインターフェイスを実装する拡張機能を作成し、プロジェクトをデバッグできることを柔軟なプロジェクト システムに示します。
この API は、CLS に準拠していません。
名前空間: Microsoft.VisualStudio.Data.Schema.Package.Project
アセンブリ: Microsoft.VisualStudio.Data.Schema.Package (Microsoft.VisualStudio.Data.Schema.Package.dll 内)
構文
'宣言
<CLSCompliantAttribute(False)> _
Public Interface IDebuggableDatabaseProject _
Inherits IExtension
[CLSCompliantAttribute(false)]
public interface IDebuggableDatabaseProject : IExtension
[CLSCompliantAttribute(false)]
public interface class IDebuggableDatabaseProject : IExtension
[<CLSCompliantAttribute(false)>]
type IDebuggableDatabaseProject =
interface
interface IExtension
end
public interface IDebuggableDatabaseProject extends IExtension
IDebuggableDatabaseProject 型で公開されるメンバーは以下のとおりです。
メソッド
名前 | 説明 | |
---|---|---|
![]() |
DebugLaunch | DebugLaunch メソッドを拡張機能にルーティングし、処理できるようにします。 |
![]() |
Initialize | 拡張機能を初期化します。 |
![]() |
QueryDebugLaunch | QueryDebugLaunch メソッドを拡張機能にルーティングし、処理できるようにします。 |
このページのトップへ