Returns an enumeration of the most recent trace messages.
public System.Collections.Generic.IEnumerable<string> GetTraceMessages()
public function GetTraceMessages(): System.Collections.Generic.IEnumerable;
public function GetTraceMessages() : System.Collections.Generic.IEnumerable;
public: System.Collections.Generic.IEnumerable<string*>* GetTraceMessages();
public:
System.Collections.Generic.IEnumerable<String^>^ GetTraceMessages();
'Declaration
Public Function GetTraceMessages() As System.Collections.Generic.IEnumerable(Of String)
'Usage
Dim instance As MemoryTraceWriter
Dim value As System.Collections.Generic.IEnumerable(Of String)
value = instance.GetTraceMessages()
Return Value
An enumeration of the most recent trace messages.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2