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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace