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 with get
function get SyncRoot () : Object
Property Value
Type: Object
The SyncRoot object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.