IRunConfigurationEditor.HelpKeyword Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the Help keyword for this configuration editor.

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

Syntax

'Declaration
ReadOnly Property HelpKeyword As String
string HelpKeyword { get; }
property String^ HelpKeyword {
    String^ get ();
}
abstract HelpKeyword : string with get
function get HelpKeyword () : String

Property Value

Type: System.String
The Help keyword for this configuration editor.

.NET Framework Security

See Also

Reference

IRunConfigurationEditor Interface

Microsoft.VisualStudio.TestTools.Vsip Namespace