BuildManagerEventsClass.DesignTimeOutputDeleted 이벤트
이 이벤트는 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.
PE를 생성하는 프로젝트 항목이 프로젝트에서 삭제될 때 발생합니다.
네임스페이스: VSLangProj
어셈블리: VSLangProj(vslangproj.dll)
구문
‘선언
Public Event DesignTimeOutputDeleted As _dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler Implements _dispBuildManagerEvents_Event.DesignTimeOutputDeleted
‘사용 방법
Dim instance As BuildManagerEventsClass
Dim handler As _dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler
AddHandler instance.DesignTimeOutputDeleted, handler
public virtual event _dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler _dispBuildManagerEvents_Event.DesignTimeOutputDeleted
public:
virtual event _dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler^ DesignTimeOutputDeleted {
void add (_dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler^ A_1) = _dispBuildManagerEvents_Event::DesignTimeOutputDeleted::add;
void remove (_dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler^ A_1) = _dispBuildManagerEvents_Event::DesignTimeOutputDeleted::remove;
}
J#에서는 명시적 인터페이스 구현을 사용할 수 있지만 새로 선언할 수는 없습니다.
JScript에서는 이벤트를 사용할 수 있지만 새로 선언할 수는 없습니다.
설명
PE를 생성하는 프로젝트 항목이 프로젝트에서 삭제될 때 발생합니다.
참고 항목
참조
BuildManagerEventsClass 클래스
BuildManagerEventsClass 멤버
VSLangProj 네임스페이스