Information
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.

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:
property IDictionary<String^, Object^>^ Tags {
	IDictionary<String^, Object^>^ get();
	private: void set(IDictionary<String^, Object^>^ value);
}

Property Value

Type: System.Collections.Generic::IDictionary<String^, Object^>^

A dictionary of named values.

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

Return to top
Show: