IsControlTestForControlType() 공개 메소드

Gets true if the test is ControlType test for ControlTypeName
public IsControlTestForControlType ( string ControlTypeName ) : bool
ControlTypeName string
리턴 bool
예제 #1
0
 public override bool Fit(AutomationTest test)
 {
     return test.IsControlTestForControlType(this._controlTypeName);
 }
예제 #2
0
 public override bool Fit(AutomationTest test)
 {
     return(test.IsControlTestForControlType(this._controlTypeName));
 }