IRunConfigurationEditor.HelpKeyword Property
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
function get HelpKeyword () : String
Property Value
Type: System.String
The Help keyword for this configuration editor.
.NET Framework Security
- 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.