Compartir a través de


ProjectClosedEventArgs.IsAbnormalTermination (Propiedad)

Obtiene un valor que indica si el proyecto se está cerrando debido a algo anormal, como una excepción.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

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

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ProjectClosedEventArgs Clase

Microsoft.VisualStudio.Data.Schema.Package.Project (Espacio de nombres)