BuildManagerEventsClass.DesignTimeOutputDirty 이벤트
이 이벤트는 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.
PE를 생성하거나 업데이트하는 사용자 지정 도구가 프로젝트 항목에서 실행될 때 발생합니다.
네임스페이스: VSLangProj
어셈블리: VSLangProj(vslangproj.dll)
구문
‘선언
Public Event DesignTimeOutputDirty As _dispBuildManagerEvents_DesignTimeOutputDirtyEventHandler Implements _dispBuildManagerEvents_Event.DesignTimeOutputDirty
‘사용 방법
Dim instance As BuildManagerEventsClass
Dim handler As _dispBuildManagerEvents_DesignTimeOutputDirtyEventHandler
AddHandler instance.DesignTimeOutputDirty, handler
public virtual event _dispBuildManagerEvents_DesignTimeOutputDirtyEventHandler _dispBuildManagerEvents_Event.DesignTimeOutputDirty
public:
virtual event _dispBuildManagerEvents_DesignTimeOutputDirtyEventHandler^ DesignTimeOutputDirty {
void add (_dispBuildManagerEvents_DesignTimeOutputDirtyEventHandler^ A_1) = _dispBuildManagerEvents_Event::DesignTimeOutputDirty::add;
void remove (_dispBuildManagerEvents_DesignTimeOutputDirtyEventHandler^ A_1) = _dispBuildManagerEvents_Event::DesignTimeOutputDirty::remove;
}
J#에서는 명시적 인터페이스 구현을 사용할 수 있지만 새로 선언할 수는 없습니다.
JScript에서는 이벤트를 사용할 수 있지만 새로 선언할 수는 없습니다.
설명
DesignTimeOutputDirty 이벤트는 사용자 지정 도구가 실행될 때마다 발생합니다. 사용자 지정 도구는 다음과 같은 경우에 실행됩니다.
프로젝트 항목의 사용자 지정 도구 속성이 설정 또는 변경되는 경우
프로젝트 항목 파일을 저장하는 경우
사용자 지정 도구 네임스페이스 속성이 변경되는 경우
참고 항목
참조
BuildManagerEventsClass 클래스
BuildManagerEventsClass 멤버
VSLangProj 네임스페이스