Events.DTEEvents Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the DTEEvents 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.
- Attributes