IExecutionRunConfiguration.TestElements Özellik

Tanım

Çalıştırmada test öğelerinin listesini alır.

public:
 property cli::array <Microsoft::VisualStudio::TestTools::Common::ITestElement ^> ^ TestElements { cli::array <Microsoft::VisualStudio::TestTools::Common::ITestElement ^> ^ get(); };
public Microsoft.VisualStudio.TestTools.Common.ITestElement[] TestElements { get; }
member this.TestElements : Microsoft.VisualStudio.TestTools.Common.ITestElement[]
Public ReadOnly Property TestElements As ITestElement()

Özellik Değeri

ITestElement[]

Test çalıştırmasında test öğelerinin listesini döndürür.

Şunlara uygulanır