Share via


SolutionEventsClass.BeforeClosing 이벤트

이 API는 .NET Framework 인프라를 지원하며 사용자 코드에서 직접 사용할 수 없습니다.

솔루션을 닫기 직전에 발생합니다.

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

구문

‘선언
Public Overridable Event BeforeClosing As _dispSolutionEvents_BeforeClosingEventHandler
public virtual event _dispSolutionEvents_BeforeClosingEventHandler BeforeClosing
public:
virtual   event _dispSolutionEvents_BeforeClosingEventHandler^ BeforeClosing {
    void add (_dispSolutionEvents_BeforeClosingEventHandler^ value);
    void remove (_dispSolutionEvents_BeforeClosingEventHandler^ value);
}
abstract BeforeClosing : IEvent<_dispSolutionEvents_BeforeClosingEventHandler,
    EventArgs>
override BeforeClosing : IEvent<_dispSolutionEvents_BeforeClosingEventHandler,
    EventArgs>
JScript에서는 이벤트를 지원하지 않습니다.

구현

_dispSolutionEvents_Event.BeforeClosing

.NET Framework 보안

참고 항목

참조

SolutionEventsClass 클래스

EnvDTE 네임스페이스