Evento DataCollectionSink.SendFileCompleted
Ocorre quando um arquivo foi enviado para o DataCollectionSink.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (em Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Sintaxe
'Declaração
Public MustOverride Event SendFileCompleted As AsyncCompletedEventHandler
public abstract event AsyncCompletedEventHandler SendFileCompleted
public:
virtual event AsyncCompletedEventHandler^ SendFileCompleted {
void add (AsyncCompletedEventHandler^ value);
void remove (AsyncCompletedEventHandler^ value);
}
abstract SendFileCompleted : IEvent<AsyncCompletedEventHandler,
AsyncCompletedEventArgs>
JScript não oferece suporte a eventos.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.