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
'Declaration
Public Interface ITestMessageLogOwner
public interface ITestMessageLogOwner
public interface class ITestMessageLogOwner
type ITestMessageLogOwner = interface end
public interface ITestMessageLogOwner
The ITestMessageLogOwner type exposes the following members.
Properties
Name | Description | |
---|---|---|
TestMessageLogEntries | Gets a collection of test message log entries. |
Top
Methods
Name | Description | |
---|---|---|
CreateLogEntry | 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. |
Top