Share via


BuildManagerEventsClass.DesignTimeOutputDeleted 이벤트

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

PE를 생성하는 프로젝트 항목이 프로젝트에서 삭제될 때 발생합니다.

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

구문

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

구현

_dispBuildManagerEvents_Event.DesignTimeOutputDeleted

설명

PE를 생성하는 프로젝트 항목이 프로젝트에서 삭제될 때 발생합니다.

.NET Framework 보안

참고 항목

참조

BuildManagerEventsClass 클래스

VSLangProj 네임스페이스