MonitoringDescriptionAttribute(String) Constructor

Definitie

Initialiseert een nieuw exemplaar van de MonitoringDescriptionAttribute klasse met behulp van de opgegeven beschrijving.

public:
 MonitoringDescriptionAttribute(System::String ^ description);
public MonitoringDescriptionAttribute(string description);
new System.Diagnostics.MonitoringDescriptionAttribute : string -> System.Diagnostics.MonitoringDescriptionAttribute
Public Sub New (description As String)

Parameters

description
String

De door de toepassing gedefinieerde beschrijvingstekst.

Opmerkingen

De beschrijving die u in de MonitoringDescriptionAttribute constructor opgeeft, wordt weergegeven door een visuele ontwerper wanneer u toegang krijgt tot de eigenschap, gebeurtenis of extender waarop het kenmerk van toepassing is

Van toepassing op

Zie ook