This topic has not yet been rated - Rate this topic

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)
public IDictionary<string, Object> Tags { get; private set; }

Property Value

Type: IDictionary<String, Object>
A dictionary of named values.

This property is not persisted and is not available during playback.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.