Proprietà WebTestResultGroup.Children
Ottiene gli elementi figlio di un gruppo.ciò può in genere essere una pagina o altri gruppi anche.Setla funzione di accesso è impostata su interna.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Sintassi
'Dichiarazione
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>)
Valore proprietà
Tipo: System.Collections.Generic.List<WebTestResultUnit>
Gli elementi figlio di un gruppo.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.