ServiceProcessDescriptionAttribute(String) Constructor

Definitie

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

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

Parameters

description
String

De door de toepassing gedefinieerde beschrijvingstekst.

Opmerkingen

De beschrijving die u in de ServiceProcessDescriptionAttribute 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