次の方法で共有


_dispWindowEvents_WindowActivatedEventHandler デリゲート

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

マイクロソフト内部でのみ使用します。

名前空間:  EnvDTE
アセンブリ:  EnvDTE (EnvDTE.dll 内)

構文

'宣言
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispWindowEvents_WindowActivatedEventHandler ( _
    GotFocus As Window, _
    LostFocus As Window _
)
[ComVisibleAttribute(false)]
public delegate void _dispWindowEvents_WindowActivatedEventHandler(
    Window GotFocus,
    Window LostFocus
)
[ComVisibleAttribute(false)]
public delegate void _dispWindowEvents_WindowActivatedEventHandler(
    [InAttribute] Window^ GotFocus, 
    [InAttribute] Window^ LostFocus
)
[<ComVisibleAttribute(false)>]
type _dispWindowEvents_WindowActivatedEventHandler = 
    delegate of 
        GotFocus:Window * 
        LostFocus:Window -> unit
JScript では、デリゲートは使用できません。

パラメーター

  • GotFocus
    型 : EnvDTE.Window
    フォーカスを得たウィンドウ。
  • LostFocus
    型 : EnvDTE.Window
    フォーカスを失ったウィンドウ。

参照

関連項目

EnvDTE 名前空間