QueryTerminateEventArgs Constructor (Boolean)

 

Microsoft internal use only.

Namespace:   Microsoft.VisualStudio.PlatformUI.OleComponentSupport
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
QueryTerminateEventArgs(
	bool shouldPromptUser
)

Parameters

shouldPromptUser
Type: System::Boolean

A Boolean value indicating if the component should prompt the user for a termination decision, if necessary.

Return to top
Show: