Condividi tramite


Proprietà HostTypeAttribute.HostType

Ottiene un valore che rappresenta il tipo di host.

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

Sintassi

'Dichiarazione
Public ReadOnly Property HostType As String
public string HostType { get; }
public:
property String^ HostType {
    String^ get ();
}
member HostType : string with get
function get HostType () : String

Valore proprietà

Tipo: String
Valore che rappresenta il tipo di host.

Note

Questo valore è ASP.NET se non si tratta di un adattatore host creato dall'utente.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

HostTypeAttribute Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UnitTesting