UITestActionLogEntry.Context Property

Definition

public:
 property System::Collections::Generic::List<Microsoft::VisualStudio::TestTools::UITest::Extension::ContextEntry ^> ^ Context { System::Collections::Generic::List<Microsoft::VisualStudio::TestTools::UITest::Extension::ContextEntry ^> ^ get(); };
public System.Collections.Generic.List<Microsoft.VisualStudio.TestTools.UITest.Extension.ContextEntry> Context { get; }
member this.Context : System.Collections.Generic.List<Microsoft.VisualStudio.TestTools.UITest.Extension.ContextEntry>
Public ReadOnly Property Context As List(Of ContextEntry)

Property Value

Returns List<T>.

Applies to