SolutionEventsClass Class

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

System::Object
  EnvDTE::SolutionEventsClass

[GuidAttribute("88AC98C7-B38C-404B-BD86-D2A4F2E89DCA")]
[ClassInterfaceAttribute(0)]
public ref class SolutionEventsClass : _SolutionEvents, SolutionEvents, 
	_dispSolutionEvents_Event

NameDescription
System_CAPS_pubmethodSolutionEventsClass()

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

NameDescription
System_CAPS_pubmethodadd_AfterClosing(_dispSolutionEvents_AfterClosingEventHandler^)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodadd_BeforeClosing(_dispSolutionEvents_BeforeClosingEventHandler^)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodadd_Opened(_dispSolutionEvents_OpenedEventHandler^)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodadd_ProjectAdded(_dispSolutionEvents_ProjectAddedEventHandler^)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodadd_ProjectRemoved(_dispSolutionEvents_ProjectRemovedEventHandler^)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodadd_ProjectRenamed(_dispSolutionEvents_ProjectRenamedEventHandler^)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodadd_QueryCloseSolution(_dispSolutionEvents_QueryCloseSolutionEventHandler^)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodadd_Renamed(_dispSolutionEvents_RenamedEventHandler^)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodremove_AfterClosing(_dispSolutionEvents_AfterClosingEventHandler^)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodremove_BeforeClosing(_dispSolutionEvents_BeforeClosingEventHandler^)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodremove_Opened(_dispSolutionEvents_OpenedEventHandler^)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodremove_ProjectAdded(_dispSolutionEvents_ProjectAddedEventHandler^)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodremove_ProjectRemoved(_dispSolutionEvents_ProjectRemovedEventHandler^)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodremove_ProjectRenamed(_dispSolutionEvents_ProjectRenamedEventHandler^)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodremove_QueryCloseSolution(_dispSolutionEvents_QueryCloseSolutionEventHandler^)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodremove_Renamed(_dispSolutionEvents_RenamedEventHandler^)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventAfterClosing

This API supports the product infrastructure and is not intended to be used directly from your code. Occurs immediately after closing a solution.

System_CAPS_pubeventBeforeClosing

This API supports the product infrastructure and is not intended to be used directly from your code. Occurs immediately before closing a solution.

System_CAPS_pubeventOpened

This API supports the product infrastructure and is not intended to be used directly from your code. Occurs immediately after opening a solution or project.

System_CAPS_pubeventProjectAdded

This API supports the product infrastructure and is not intended to be used directly from your code. Occurs immediately after adding a project to the solution.

System_CAPS_pubeventProjectRemoved

This API supports the product infrastructure and is not intended to be used directly from your code. Occurs after you remove a project from the solution.

System_CAPS_pubeventProjectRenamed

This API supports the product infrastructure and is not intended to be used directly from your code. Occurs after you rename a project in the solution.

System_CAPS_pubeventQueryCloseSolution

This API supports the product infrastructure and is not intended to be used directly from your code. Occurs before the BeforeClosing.

System_CAPS_pubeventRenamed

This API supports the product infrastructure and is not intended to be used directly from your code. Occurs after you rename a solution.

Refer to SolutionEvents for this functionality. Do not instantiate this class.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: