ITestMessageLogOwner Interface
Represents the owner of a log.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public interface ITestMessageLogOwner
public interface class ITestMessageLogOwner
type ITestMessageLogOwner = interface end
Public Interface ITestMessageLogOwner
Properties
Name | Description | |
---|---|---|
![]() |
TestMessageLogEntries | Gets a collection of test message log entries. |
Methods
Name | Description | |
---|---|---|
![]() |
CreateLogEntry(String, TestMessageLogEntryLevel) | Creates a test message log entry and adds it to the TestMessageLogEntryCollection. |
![]() |
RefreshLogEntries() | Refreshes the log entries from the server. |
![]() |
SaveLogEntries() | Saves changed log entries to the server. |
See Also
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top