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.

TestExecutionEventArgs::MethodInfo Property

 

Gets the method that is called.

Namespace:   Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

public:
property MethodInfo^ MethodInfo {
	MethodInfo^ get();
}

Property Value

Type: System.Reflection::MethodInfo^

The method that is called.

Return to top
Show: