共用方式為


UITestControl.WaitForControlPropertyNotEqual 方法 (String, Object)

命名空間:  Microsoft.VisualStudio.TestTools.UITesting
組件:   Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (在 Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll 中)
  Microsoft.VisualStudio.TestTools.UITesting (在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

語法

'宣告
Public Function WaitForControlPropertyNotEqual ( _
    propertyName As String, _
    propertyValue As Object _
) As Boolean
public bool WaitForControlPropertyNotEqual(
    string propertyName,
    Object propertyValue
)
public:
bool WaitForControlPropertyNotEqual(
    String^ propertyName, 
    Object^ propertyValue
)
member WaitForControlPropertyNotEqual : 
        propertyName:string * 
        propertyValue:Object -> bool
public function WaitForControlPropertyNotEqual(
    propertyName : String, 
    propertyValue : Object
) : boolean

參數

  • propertyName
    類型:String
  • propertyValue
    類型:Object

傳回值

類型:Boolean

.NET Framework 安全性

請參閱

參考

UITestControl 類別

WaitForControlPropertyNotEqual 多載

Microsoft.VisualStudio.TestTools.UITesting 命名空間