다음을 통해 공유


ProjectItemsEvents 인터페이스

업데이트: 2007년 11월

프로젝트에서 특정 프로젝트 항목의 이벤트 인터페이스를 파생하는 기본 인터페이스입니다. 기능에 대해 이 개체를 사용합니다. 이 개체의 설명서는 ProjectItemsEventsClass를 참조하십시오.

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

구문

<GuidAttribute("22800963-2811-410D-BF87-A7808EAC977D")> _
Public Interface ProjectItemsEvents _
    Implements _ProjectItemsEvents, _dispProjectItemsEvents_Event

Dim instance As ProjectItemsEvents
[GuidAttribute("22800963-2811-410D-BF87-A7808EAC977D")]
public interface ProjectItemsEvents : _ProjectItemsEvents, 
    _dispProjectItemsEvents_Event
[GuidAttribute(L"22800963-2811-410D-BF87-A7808EAC977D")]
public interface class ProjectItemsEvents : _ProjectItemsEvents, 
    _dispProjectItemsEvents_Event
public interface ProjectItemsEvents extends _ProjectItemsEvents, _dispProjectItemsEvents_Event

설명

ProjectItemsEvents의 파생 개체는 프로젝트 자동화 모델을 지원하는 Visual Studio의 각 프로젝트 형식에서 제공되고 이름에 프로젝트 형식이 표시됩니다(예: VBProjectItemsEvents). ProjectItemsEvents를 기반으로 하는 이러한 언어별 개체는 공통 이벤트의 소스로 사용됩니다.

참고 항목

참조

ProjectItemsEvents 멤버

EnvDTE 네임스페이스