Share via


Events.WindowEvents 속성

개발 환경에서 창에 대한 이벤트를 제공하는 WindowEvents 개체를 가져옵니다.

네임스페이스:  EnvDTE
어셈블리:  EnvDTE(EnvDTE.dll)

구문

‘선언
ReadOnly Property WindowEvents ( _
    WindowFilter As Window _
) As WindowEvents
WindowEvents this[
    Window WindowFilter
] { get; }
property WindowEvents^ WindowEvents[[InAttribute] Window^ WindowFilter] {
    WindowEvents^ get ([InAttribute] Window^ WindowFilter);
}
abstract WindowEvents : 
        WindowFilter:Window -> WindowEvents with get
JScript에서는 인덱싱된 속성을 지원하지 않습니다.

매개 변수

  • WindowFilter
    형식: EnvDTE.Window

    선택 사항 Window를 지정하면 이 항목에 대해서만 창 이벤트가 발생합니다.

속성 값

형식: EnvDTE.WindowEvents
WindowEvents 개체

.NET Framework 보안

참고 항목

참조

Events 인터페이스

EnvDTE 네임스페이스