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::Comment Property

 

Gets or sets a comment for this action.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

public:
property String^ Comment {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

This property can be set by using the recorder UI. During recording, details of the user actions are displayed in the recorder UI. The user can select it and add a comment, which updates this property.

Raises the PropertyChanged event when the value is set.

Return to top
Show: