IRunConfigurationCustomHostEditor::HostType Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the name of the host.

Namespace:  Microsoft.VisualStudio.TestTools.Vsip
Assembly:  Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)

property String^ HostType {
	String^ get ();
}

Property Value

Type: System::String
The name of the host.

This string will be displayed in the Host type list on the Hosts page of the test run configuration editor.

/// <summary>
/// The host adapter type that this editor is used for.
/// </summary>
string IRunConfigurationCustomHostEditor.HostType
{
    get
    {
        return MyHostAdapter.Name;
    }
}

Community Additions

Show: