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
- 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
ProjectClosedEventArgs Members
Microsoft.VisualStudio.Data.Schema.Project.Project Namespace