IUITestActionStack.SyncRoot Propriedade
Obtém o objeto que é usado para bloquear e sincronizar as operações na pilha.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (em Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Sintaxe
object SyncRoot { get; }
property Object^ SyncRoot {
Object^ get();
}
abstract SyncRoot : Object with get
ReadOnly Property SyncRoot As Object
Valor de propriedade
Type: System.Object
O objeto SyncRoot.
Consulte também
Interface IUITestActionStack
Namespace Microsoft.VisualStudio.TestTools.UITest.Common
Retornar ao topo