Events2.DTEEvents Property

Definition

Gets the DTEEvents object that provides events for the development environment.

public:
 property EnvDTE::DTEEvents ^ DTEEvents { EnvDTE::DTEEvents ^ get(); };
public:
 property EnvDTE::DTEEvents ^ DTEEvents { EnvDTE::DTEEvents ^ get(); };
[System.Runtime.InteropServices.DispId(308)]
public EnvDTE.DTEEvents DTEEvents { [System.Runtime.InteropServices.DispId(308)] get; }
[<System.Runtime.InteropServices.DispId(308)>]
[<get: System.Runtime.InteropServices.DispId(308)>]
member this.DTEEvents : EnvDTE.DTEEvents
Public ReadOnly Property DTEEvents As DTEEvents

Property Value

A DTEEvents object.

Implements

Attributes

Applies to