Share via


HostRunConfigurationData.Item[String] Property

Definition

Gets or sets the configuration settings for the specified host.

public:
 property Microsoft::VisualStudio::TestTools::Common::IHostSpecificRunConfigurationData ^ default[System::String ^] { Microsoft::VisualStudio::TestTools::Common::IHostSpecificRunConfigurationData ^ get(System::String ^ hostType); void set(System::String ^ hostType, Microsoft::VisualStudio::TestTools::Common::IHostSpecificRunConfigurationData ^ value); };
public Microsoft.VisualStudio.TestTools.Common.IHostSpecificRunConfigurationData this[string hostType] { get; set; }
member this.Item(string) : Microsoft.VisualStudio.TestTools.Common.IHostSpecificRunConfigurationData with get, set
Default Public Property Item(hostType As String) As IHostSpecificRunConfigurationData

Parameters

hostType
String

The name of the type for the host.

Property Value

The configuration settings for the specified host, or null if no settings are stored for the specified host.

Applies to