Partilhar via


Propriedade HostRunConfigurationData.CurrentHostType

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Obtém uma descrição do host de execução de teste atual.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.String
Uma descrição do host, de execução de teste atual ou nulluma referência nula (Nothing no Visual Basic) se nenhum host estiver selecionada.

Segurança do .NET Framework

Consulte também

Referência

HostRunConfigurationData Classe

Namespace Microsoft.VisualStudio.TestTools.Common