HostTypeAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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