SolutionEventsClass Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("88AC98C7-B38C-404B-BD86-D2A4F2E89DCA")> _
<ClassInterfaceAttribute()> _
Public Class SolutionEventsClass _
Implements _SolutionEvents, SolutionEvents, _dispSolutionEvents_Event
'Usage
Dim instance As SolutionEventsClass
[GuidAttribute("88AC98C7-B38C-404B-BD86-D2A4F2E89DCA")]
[ClassInterfaceAttribute()]
public class SolutionEventsClass : _SolutionEvents,
SolutionEvents, _dispSolutionEvents_Event
[GuidAttribute(L"88AC98C7-B38C-404B-BD86-D2A4F2E89DCA")]
[ClassInterfaceAttribute()]
public ref class SolutionEventsClass : _SolutionEvents,
SolutionEvents, _dispSolutionEvents_Event
public class SolutionEventsClass implements _SolutionEvents, SolutionEvents, _dispSolutionEvents_Event
Remarks
Refer to SolutionEvents for this functionality. Do not instantiate this class.
Inheritance Hierarchy
System.Object
EnvDTE.SolutionEventsClass
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.