UITestAction.Tags Property
Gets a dictionary of additional information about this action that is needed during recording, aggregation, or post-processing. The set procedure is private.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Property Tags As IDictionary(Of String, Object)
public IDictionary<string, Object> Tags { get; private set; }
public:
property IDictionary<String^, Object^>^ Tags {
IDictionary<String^, Object^>^ get ();
private: void set (IDictionary<String^, Object^>^ value);
}
member Tags : IDictionary<string, Object> with get, private set
function get Tags () : IDictionary<String, Object>
private function set Tags (value : IDictionary<String, Object>)
Property Value
Type: IDictionary<String, Object>
A dictionary of named values.
Remarks
This property is not persisted and is not available during playback.
.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.