Udostępnij za pośrednictwem


Konstruktor HostTypeAttribute — (String, String)

Inicjuje nowe wystąpienie HostTypeAttribute klasy.Jest to utworzone przy użyciu argument, który określa typ hosta, na którym uruchomiona jest ten test jednostki i niestandardowe dane karty hosta.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.UnitTesting
Zestaw:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (w Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Składnia

'Deklaracja
Public Sub New ( _
    hostType As String, _
    hostData As String _
)
public HostTypeAttribute(
    string hostType,
    string hostData
)
public:
HostTypeAttribute(
    String^ hostType, 
    String^ hostData
)
new : 
        hostType:string * 
        hostData:string -> HostTypeAttribute
public function HostTypeAttribute(
    hostType : String, 
    hostData : String
)

Parametry

  • hostType
    Typ: System.String
    Typ hosta, na którym uruchomiona jest ten test jednostki.

Uwagi

Standardowy typ hosta, który jest dołączony do Visual Studio 2005 jest ASP.NET.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

HostTypeAttribute Klasa

Przeciążenie HostTypeAttribute

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UnitTesting