Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ITestMessageLogOwner Interface

 

Represents the owner of a log.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

public interface class ITestMessageLogOwner

NameDescription
System_CAPS_pubpropertyTestMessageLogEntries

Gets a collection of test message log entries.

NameDescription
System_CAPS_pubmethodCreateLogEntry(String^, TestMessageLogEntryLevel)

Creates a test message log entry and adds it to the TestMessageLogEntryCollection.

System_CAPS_pubmethodRefreshLogEntries()

Refreshes the log entries from the server.

System_CAPS_pubmethodSaveLogEntries()

Saves changed log entries to the server.

Return to top
Show: