Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Provides the valid types for an internal message.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Enumeration TestMessageKind
public enum TestMessageKind
public enum class TestMessageKind
type TestMessageKind
public enum TestMessageKind
Members
| Member name | Description | |
|---|---|---|
| Debug | The message contains debug information for tests that run outside Visual Studio Test Professional. | |
| FileCopy | The message is a file copy action. | |
| Heartbeat | Obsolete. (Obsolete) | |
| Panic | Obsolete. (Obsolete) | |
| Result | The message can be cast to a TestResult object. | |
| RunAbort | Obsolete. (Obsolete) | |
| RunEnd | Obsolete. (Obsolete) | |
| RunInfo | The message is test run information, such as test run configuration. | |
| RunOutput | The message can be cast to a RunOutputTestResultMessage object. | |
| RunStart | Obsolete. (Obsolete) | |
| RunStateChanged | Obsolete. The message can be cast to a RunStateEvent object. | |
| TestEnd | Obsolete. (Obsolete) | |
| TestStart | Obsolete. (Obsolete) | |
| TextMessage | The message contains exception information. |