Partager via


ProjectClosedEventArgs.IsAbnormalTermination, propriété

Obtient une valeur qui indique si le projet est fermé en raison d'un événement anormal, tel qu'une exception.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

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

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

ProjectClosedEventArgs Classe

Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms