UITestActionLogEntry.Context Property
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public ReadOnly Property Context As List(Of ContextEntry)
public List<ContextEntry> Context { get; }
public:
property List<ContextEntry^>^ Context {
List<ContextEntry^>^ get ();
}
member Context : List<ContextEntry> with get
function get Context () : List<ContextEntry>
Property Value
Type: List<ContextEntry>
Returns List.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.