WebTestTuip.RunConfigurationEditor Property

Shows the Run Configuration tab for the Web test.

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

Syntax

'Declaration
Public Overrides ReadOnly Property RunConfigurationEditor As IRunConfigurationCustomEditor
public override IRunConfigurationCustomEditor RunConfigurationEditor { get; }
public:
virtual property IRunConfigurationCustomEditor^ RunConfigurationEditor {
    IRunConfigurationCustomEditor^ get () override;
}
abstract RunConfigurationEditor : IRunConfigurationCustomEditor
override RunConfigurationEditor : IRunConfigurationCustomEditor
override function get RunConfigurationEditor () : IRunConfigurationCustomEditor

Property Value

Type: Microsoft.VisualStudio.TestTools.Vsip.IRunConfigurationCustomEditor
Returns the IRunConfigurationCustomEditor, or nulla null reference (Nothing in Visual Basic) if the type has no editor.

Implements

ITuip.RunConfigurationEditor

.NET Framework Security

See Also

Reference

WebTestTuip Class

Microsoft.VisualStudio.TestTools.LoadTest Namespace