共用方式為


Gesture.PressAndHold 方法 (UITestControl, Point, Int32)

執行主要與啟動工具提示或內容功能表的按住不放手勢。

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

語法

'宣告
Public Shared Sub PressAndHold ( _
    control As UITestControl, _
    relativeCoordinates As Point, _
    durationInMilliseconds As Integer _
)
public static void PressAndHold(
    UITestControl control,
    Point relativeCoordinates,
    int durationInMilliseconds
)
public:
static void PressAndHold(
    UITestControl^ control, 
    Point relativeCoordinates, 
    int durationInMilliseconds
)
static member PressAndHold : 
        control:UITestControl * 
        relativeCoordinates:Point * 
        durationInMilliseconds:int -> unit
public static function PressAndHold(
    control : UITestControl, 
    relativeCoordinates : Point, 
    durationInMilliseconds : int
)

參數

  • durationInMilliseconds
    類型:Int32

    保留的持續期間 (以毫秒為單位)。

備註

按住不放手勢的播放取決於螢幕解析度。 如果解析度變更,參數可能必須變更。

.NET Framework 安全性

請參閱

參考

Gesture 類別

PressAndHold 多載

Microsoft.VisualStudio.TestTools.UITesting 命名空間