IRunConfigurationEditor.HelpKeyword Property

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

Syntax

'宣言
ReadOnly Property HelpKeyword As String
'使用
Dim instance As IRunConfigurationEditor
Dim value As String

value = instance.HelpKeyword
string HelpKeyword { get; }
property String^ HelpKeyword {
    String^ get ();
}
function get HelpKeyword () : String

Property Value

Type: System.String

Permissions

See Also

Reference

IRunConfigurationEditor Interface

IRunConfigurationEditor Members

Microsoft.VisualStudio.TestTools.Vsip Namespace