Freigeben über


DataCollectorConfigurationEditorAttribute.HelpUri-Eigenschaft

Ruft den URI für die Hilfe des Konfigurations-Editor ab oder legt diesen fest.

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

Syntax

'Declaration
Public Property HelpUri As String
    Get
    Set
public string HelpUri { get; set; }
public:
property String^ HelpUri {
    String^ get ();
    void set (String^ value);
}
member HelpUri : string with get, set
function get HelpUri () : String
function set HelpUri (value : String)

Eigenschaftswert

Typ: System.String
Der URI für die Hilfe des Konfigurations-Editors.

.NET Framework-Sicherheit

Siehe auch

Referenz

DataCollectorConfigurationEditorAttribute Klasse

Microsoft.VisualStudio.TestTools.Execution-Namespace