ProjectClosedEventArgs.IsAbnormalTermination Property

Gets whether project closed unexpectedly, such as due to an exception.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public ReadOnly Property IsAbnormalTermination As Boolean
    Get
'Usage
Dim instance As ProjectClosedEventArgs
Dim value As Boolean

value = instance.IsAbnormalTermination
public bool IsAbnormalTermination { get; }
public:
property bool IsAbnormalTermination {
    bool get ();
}
function get IsAbnormalTermination () : boolean
member IsAbnormalTermination : bool

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ProjectClosedEventArgs Class

ProjectClosedEventArgs Members

Microsoft.VisualStudio.Data.Schema.Project.Project Namespace