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.

UITestActionLogEntry::Context Property

 

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

public:
property List<ContextEntry^>^ Context {
	List<ContextEntry^>^ get();
}

Property Value

Type: System.Collections.Generic::List<ContextEntry^>^

Returns List<T>.

Return to top
Show: