TestParameterDeletingEventArgs.Cancel Propriedade
Obtém ou define um valor que indica se o evento deve ser cancelado.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
public bool Cancel {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property bool Cancel {
[CompilerGeneratedAttribute]
bool get();
[CompilerGeneratedAttribute]
void set(bool value);
}
member Cancel : bool with get, set
Public Property Cancel As Boolean
Valor de propriedade
Type: System.Boolean
trueSe o evento deve ser cancelado; Caso contrário, false.
Consulte também
Classe TestParameterDeletingEventArgs
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo