Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
Public Default Property Item ( _
hostType As String _
) As IHostSpecificRunConfigurationData
'使用
Dim instance As HostRunConfigurationData
Dim hostType As String
Dim value As IHostSpecificRunConfigurationData
value = instance(hostType)
instance(hostType) = value
public IHostSpecificRunConfigurationData this[
string hostType
] { get; set; }
public:
property IHostSpecificRunConfigurationData^ default[String^ hostType] {
IHostSpecificRunConfigurationData^ get (String^ hostType);
void set (String^ hostType, IHostSpecificRunConfigurationData^ value);
}
JScript does not support indexed properties.
Parameters
- hostType
Type: System.String
Property Value
Type: Microsoft.VisualStudio.TestTools.Common.IHostSpecificRunConfigurationData
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
HostRunConfigurationData Class