Propriedade TestResultDetail.TestElements
Obtém um dicionário de elementos de teste.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)
Sintaxe
'Declaração
Public ReadOnly Property TestElements As Dictionary(Of TestId, ITestElement)
Get
public Dictionary<TestId, ITestElement> TestElements { get; }
public:
property Dictionary<TestId^, ITestElement^>^ TestElements {
Dictionary<TestId^, ITestElement^>^ get ();
}
member TestElements : Dictionary<TestId, ITestElement>
function get TestElements () : Dictionary<TestId, ITestElement>
Valor de propriedade
Tipo: System.Collections.Generic.Dictionary<TestId, ITestElement>
Dicionário de elementos de teste.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.