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.
ITestContext::Properties Property
Gets the properties for this test context.
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
property IDictionary<String^, Object^>^ Properties {
IDictionary<String^, Object^>^ get();
}
Property Value
Type: System.Collections.Generic::IDictionary<String^, Object^>^An IDictionary<TKey, TValue> object that contains the properties for this test context.
Show: