HostTypeAttribute Constructors

Definition

Overloads

HostTypeAttribute(String)
HostTypeAttribute(String, String)

HostTypeAttribute(String)

public:
 HostTypeAttribute(System::String ^ hostType);
public HostTypeAttribute (string hostType);
new Microsoft.VisualStudio.TestTools.UnitTesting.HostTypeAttribute : string -> Microsoft.VisualStudio.TestTools.UnitTesting.HostTypeAttribute
Public Sub New (hostType As String)

Parameters

hostType
String

Applies to

HostTypeAttribute(String, String)

public:
 HostTypeAttribute(System::String ^ hostType, System::String ^ hostData);
public HostTypeAttribute (string hostType, string hostData);
new Microsoft.VisualStudio.TestTools.UnitTesting.HostTypeAttribute : string * string -> Microsoft.VisualStudio.TestTools.UnitTesting.HostTypeAttribute
Public Sub New (hostType As String, hostData As String)

Parameters

hostType
String
hostData
String

Applies to