Share via


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

object SyncRoot { get; }
property Object^ SyncRoot {
    Object^ get();
}
abstract SyncRoot : Object with get
ReadOnly Property SyncRoot As Object

Property Value

Type: System.Object

The SyncRoot object.

See Also

IUITestActionStack Interface
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top