The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
HostRunConfigurationData::Item Property (String^)
Gets or sets the configuration settings for the specified host.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
public: property IHostSpecificRunConfigurationData^ default[ String^ hostType ] { IHostSpecificRunConfigurationData^ get(String^ hostType); void set(String^ hostType, IHostSpecificRunConfigurationData^ value); }
Parameters
- hostType
-
Type:
System::String^
The name of the type for the host.
Property Value
Type: Microsoft.VisualStudio.TestTools.Common::IHostSpecificRunConfigurationData^The configuration settings for the specified host, or null if no settings are stored for the specified host.
Show: