_dispDebuggerProcessEvents インターフェイス
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
マイクロソフト内部でのみ使用します。
名前空間: EnvDTE80
アセンブリ: EnvDTE80 (EnvDTE80.dll 内)
構文
'宣言
<GuidAttribute("7D04C01D-BB7A-47E8-92EB-E914CD61366B")> _
<InterfaceTypeAttribute()> _
Public Interface _dispDebuggerProcessEvents
[GuidAttribute("7D04C01D-BB7A-47E8-92EB-E914CD61366B")]
[InterfaceTypeAttribute()]
public interface _dispDebuggerProcessEvents
[GuidAttribute(L"7D04C01D-BB7A-47E8-92EB-E914CD61366B")]
[InterfaceTypeAttribute()]
public interface class _dispDebuggerProcessEvents
[<GuidAttribute("7D04C01D-BB7A-47E8-92EB-E914CD61366B")>]
[<InterfaceTypeAttribute()>]
type _dispDebuggerProcessEvents = interface end
public interface _dispDebuggerProcessEvents
_dispDebuggerProcessEvents 型で公開されるメンバーは以下のとおりです。
メソッド
名前 | 説明 | |
---|---|---|
OnProcessStateChanged | インフラストラクチャ。 マイクロソフト内部でのみ使用します。 |
このページのトップへ