QueryTerminateEventArgs.CanTerminate 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 CanTerminate As Boolean
public bool CanTerminate { get; set; }
public:
property bool CanTerminate {
    bool get ();
    void set (bool value);
}
member CanTerminate : bool with get, set
function get CanTerminate () : boolean 
function set CanTerminate (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

QueryTerminateEventArgs Class

Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace