Share via


ProjectClosedEventArgs.IsAbnormalTermination Property

Gets a value that indicates whether the project is being closed because of something abnormal, such as an exception.

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

Syntax

'Declaration
Public ReadOnly Property IsAbnormalTermination As Boolean
public bool IsAbnormalTermination { get; }
public:
property bool IsAbnormalTermination {
    bool get ();
}
member IsAbnormalTermination : bool
function get IsAbnormalTermination () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ProjectClosedEventArgs Class

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