HostRunConfigurationData.Item[String] Property
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.
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.