IDataCollectorConfigurationEditor.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 the configuration editor.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
ReadOnly Property HelpKeyword As String
Get
'Usage
Dim instance As IDataCollectorConfigurationEditor
Dim value As String
value = instance.HelpKeyword
string HelpKeyword { get; }
property String^ HelpKeyword {
String^ get ();
}
function get HelpKeyword () : String
abstract HelpKeyword : string
Property Value
Type: System.String
Returns the help keyword for the 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.
See Also
Reference
IDataCollectorConfigurationEditor Interface