Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Occurs when a file has been sent to the DataCollectionSink.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
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 does not support events.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.