Share via


QueryTerminateEventArgs.ShouldPromptUser Property

Microsoft internal use only.

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

Syntax

'Declaration
Public Property ShouldPromptUser As Boolean
public bool ShouldPromptUser { get; private set; }
public:
property bool ShouldPromptUser {
    bool get ();
    private: void set (bool value);
}
member ShouldPromptUser : bool with get, private set
function get ShouldPromptUser () : boolean 
private function set ShouldPromptUser (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

QueryTerminateEventArgs Class

Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace