다음을 통해 공유


VSProjectEvents2 인터페이스

VSProjectEvents 클래스를 확장합니다. 새 클래스는 특정 웹 참조 이벤트에 대한 액세스를 제공합니다.

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

구문

‘선언
<GuidAttribute("6DCBC5A7-37BF-461C-958F-A81DA10D242E")> _
Public Interface VSProjectEvents2 _
    Inherits VSProjectEvents
[GuidAttribute("6DCBC5A7-37BF-461C-958F-A81DA10D242E")]
public interface VSProjectEvents2 : VSProjectEvents
[GuidAttribute(L"6DCBC5A7-37BF-461C-958F-A81DA10D242E")]
public interface class VSProjectEvents2 : VSProjectEvents
[<GuidAttribute("6DCBC5A7-37BF-461C-958F-A81DA10D242E")>]
type VSProjectEvents2 =  
    interface 
        interface VSProjectEvents 
    end
public interface VSProjectEvents2 extends VSProjectEvents

VSProjectEvents2 형식에서는 다음과 같은 멤버를 노출합니다.

속성

  이름 설명
Public 속성 BuildManagerEvents BuildManager 이벤트에 대한 액세스를 제공하는 BuildManagerEvents 개체를 가져옵니다.
Public 속성 ImportsEvents Imports 개체 이벤트에 대한 액세스를 제공하는 ImportsEvents 개체를 가져옵니다.
Public 속성 ReferencesEvents References 컬렉션의 이벤트에 대한 액세스를 제공하는 ReferencesEvents 개체를 가져옵니다.
Public 속성 VSLangProjWebReferencesEvents 웹 참조 이벤트에 대한 액세스를 제공하는 VSLangProjWebReferencesEvents 개체를 가져옵니다.

위쪽

설명

이 개체를 프로그래밍 방식으로 액세스 하는 웹 참조 이벤트에 제공 된 Visual Basic 또는 Visual C# 프로젝트입니다.

예제

자세한 내용은 Events를 참조하십시오.

참고 항목

참조

VSLangProj80 네임스페이스

VSProjectEvents