DataCollectionEvents.CustomNotification - событие
Происходит в ответ на пользовательское уведомление.
Пространство имен: Microsoft.VisualStudio.TestTools.Execution
Сборка: Microsoft.VisualStudio.QualityTools.ExecutionCommon (в Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Синтаксис
'Декларация
Public MustOverride Event CustomNotification As EventHandler(Of CustomNotificationEventArgs)
public abstract event EventHandler<CustomNotificationEventArgs> CustomNotification
public:
virtual event EventHandler<CustomNotificationEventArgs^>^ CustomNotification {
void add (EventHandler<CustomNotificationEventArgs^>^ value);
void remove (EventHandler<CustomNotificationEventArgs^>^ value);
}
abstract CustomNotification : IEvent<EventHandler<CustomNotificationEventArgs>,
CustomNotificationEventArgs>
JScript не поддерживает события.
Безопасность платформы .NET Framework
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Использование библиотек из не вполне надежного кода.
См. также
Ссылки
Microsoft.VisualStudio.TestTools.Execution - пространство имен