DataCollectionSink.WriteFileCompleted Event
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public Event WriteFileCompleted As AsyncCompletedEventHandler
'Usage
Dim instance As DataCollectionSink
Dim handler As AsyncCompletedEventHandler
AddHandler instance.WriteFileCompleted, handler
public event AsyncCompletedEventHandler WriteFileCompleted
public:
event AsyncCompletedEventHandler^ WriteFileCompleted {
void add (AsyncCompletedEventHandler^ value);
void remove (AsyncCompletedEventHandler^ value);
}
JScript does not support events.
member WriteFileCompleted : IEvent<AsyncCompletedEventHandler,
AsyncCompletedEventArgs>
.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.