Costruttore TestElement (TestId, String, String)
Inizializza una nuova istanza della classe TestElement.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Sintassi
'Dichiarazione
Protected Sub New ( _
id As TestId, _
name As String, _
description As String _
)
protected TestElement(
TestId id,
string name,
string description
)
protected:
TestElement(
TestId^ id,
String^ name,
String^ description
)
new :
id:TestId *
name:string *
description:string -> TestElement
protected function TestElement(
id : TestId,
name : String,
description : String
)
Parametri
- id
Tipo: Microsoft.VisualStudio.TestTools.Common.TestId
Oggetto TestId del test.
- name
Tipo: System.String
Nome di questo elemento di test.
- description
Tipo: System.String
Descrizione di questo elemento di test.
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.