Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the HostTypeAttribute class. This is instantiated by using an argument that specifies the type of host on which this unit test will run, and custom data for the host adapter.
Namespace: Microsoft.VisualStudio.TestTools.UnitTesting
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Syntax
'Declaration
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
)
Parameters
- hostType
Type: System.String
The type of host on which this unit test will run.
- hostData
Type: System.String
Custom data for the host adapter.
Remarks
The standard type of host that is included with Visual Studio 2005 is ASP.NET.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.