Condividi tramite


Proprietà TestParameterDeletingEventArgs.Cancel

Ottiene o imposta un valore che indica se l'evento deve essere annullato.

Spazio dei nomi:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintassi

'Dichiarazione
Public Property Cancel As Boolean
public bool Cancel { get; set; }
public:
property bool Cancel {
    bool get ();
    void set (bool value);
}
member Cancel : bool with get, set
function get Cancel () : boolean
function set Cancel (value : boolean)

Valore proprietà

Tipo: System.Boolean
true se l'evento viene annullata; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestParameterDeletingEventArgs Classe

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client