Udostępnij za pośrednictwem


Właściwość WebTestResultGroup.Children —

Pobiera dzieci grupa.Może to zazwyczaj być strony lub innych grup również.Set Akcesor jest ustawiony na wewnętrzne.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.WebTesting
Zestaw:  Microsoft.VisualStudio.QualityTools.WebTestFramework (w Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Składnia

'Deklaracja
Public Property Children As List(Of WebTestResultUnit)
public List<WebTestResultUnit> Children { get; internal set; }
public:
property List<WebTestResultUnit^>^ Children {
    List<WebTestResultUnit^>^ get ();
    internal: void set (List<WebTestResultUnit^>^ value);
}
member Children : List<WebTestResultUnit> with get, internal set
function get Children () : List<WebTestResultUnit>
internal function set Children (value : List<WebTestResultUnit>)

Wartość właściwości

Typ: System.Collections.Generic.List<WebTestResultUnit>
Dzieci grupa.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

WebTestResultGroup Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.WebTesting