Condividi tramite


Proprietà HostRunConfigurationData.CurrentHostType

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Ottiene una descrizione dell'host corrente di esecuzione dei test.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

'Dichiarazione
Public Property CurrentHostType As String
public string CurrentHostType { get; set; }
public:
property String^ CurrentHostType {
    String^ get ();
    void set (String^ value);
}
member CurrentHostType : string with get, set
function get CurrentHostType () : String
function set CurrentHostType (value : String)

Valore proprietà

Tipo: System.String
Una descrizione dell'host corrente di esecuzione dei test, o nullriferimento null (Nothing in Visual Basic) se nessun host è selezionato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

HostRunConfigurationData Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common