Aracılığıyla paylaş


ActionList.GetRange Yöntem

Bu eylem listesinden eylemleri belirtilen aralığını içeren bir koleksiyon döndürür.

Ad alanı:  Microsoft.VisualStudio.TestTools.UITest.Common
Derleme:  Microsoft.VisualStudio.TestTools.UITest.Common (Microsoft.VisualStudio.TestTools.UITest.Common.dll içinde)

Sözdizimi

'Bildirim
Public Function GetRange ( _
    startId As Long, _
    stopId As Long _
) As ICollection(Of UITestAction)
public ICollection<UITestAction> GetRange(
    long startId,
    long stopId
)
public:
ICollection<UITestAction^>^ GetRange(
    long long startId, 
    long long stopId
)
member GetRange : 
        startId:int64 * 
        stopId:int64 -> ICollection<UITestAction> 
public function GetRange(
    startId : long, 
    stopId : long
) : ICollection<UITestAction>

Parametreler

  • startId
    Tür: System.Int64
    Bir Int64 temsil eden Aralık başlangıcı madde tanımlayıcısı
  • stopId
    Tür: System.Int64
    Bir Int64 temsil eden, aralık sonunda madde tanımlayıcısı

Dönüş Değeri

Tür: System.Collections.Generic.ICollection<UITestAction>
Bu eylem listesinden eylemleri belirtilen aralığını içeren koleksiyonu.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

ActionList Sınıf

Microsoft.VisualStudio.TestTools.UITest.Common Ad Alanı