C# 클래스 Microsoft.VisualStudio.Project.ActiveConfigurationChangedEventArgs

Defines the event args for the active configuration change event.
상속: System.EventArgs
파일 보기 프로젝트 열기: tunnelvisionlabs/MPFProj10 1 사용 예제들

공개 메소드들

메소드 설명
ActiveConfigurationChangedEventArgs ( IVsHierarchy hierarchy ) : System

Constructs a new event args.

메소드 상세

ActiveConfigurationChangedEventArgs() 공개 메소드

Constructs a new event args.
public ActiveConfigurationChangedEventArgs ( IVsHierarchy hierarchy ) : System
hierarchy IVsHierarchy The hierarchy that has changed its configuration.
리턴 System