IUITestActionStack.SyncRoot Property

Gets the object that is used to lock and synchronize operations on the stack.

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

Syntax

'Declaration
ReadOnly Property SyncRoot As Object
Object SyncRoot { get; }
property Object^ SyncRoot {
    Object^ get ();
}
abstract SyncRoot : Object
function get SyncRoot () : Object

Property Value

Type: System.Object
The SyncRoot object.

.NET Framework Security

See Also

Reference

IUITestActionStack Interface

Microsoft.VisualStudio.TestTools.UITest.Common Namespace