ITestBase.Actions Özellik
Yürütülecek oldukları sırada depolanan test eylem nesneleri koleksiyonu alır.
Ad alanı: Microsoft.TeamFoundation.TestManagement.Client
Derleme: Microsoft.TeamFoundation.TestManagement.Client (Microsoft.TeamFoundation.TestManagement.Client.dll içinde)
Sözdizimi
'Bildirim
ReadOnly Property Actions As TestActionCollection
TestActionCollection Actions { get; }
property TestActionCollection^ Actions {
TestActionCollection^ get ();
}
abstract Actions : TestActionCollection with get
function get Actions () : TestActionCollection
Özellik Değeri
Tür: Microsoft.TeamFoundation.TestManagement.Client.TestActionCollection
Test eylemleri sipariş edilen topluluğu.
Notlar
Döndürülen koleksiyon değiştirilebilir ve üzerinde bu değişiklikleri Kaydet sunucuya gönderilir
.NET Framework Güvenliği
- Anında arayanlar için tam güven. Bu üye kısmen güvenilen kodla kullanılamaz. Daha fazla bilgi için bkz. Kısmen Güvenilen Koddan Kitaplıkları Kullanma.