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
Public property TestMessageLogEntries Gets a collection of test message log entries.

Top

Methods

  Name Description
Public method CreateLogEntry Creates a test message log entry and adds it to the TestMessageLogEntryCollection.
Public method RefreshLogEntries Refreshes the log entries from the server.
Public method SaveLogEntries Saves changed log entries to the server.

Top

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace