ServiceProcessDescriptionAttribute(String) Konstruktor

Definition

Initierar en ny instans av ServiceProcessDescriptionAttribute klassen med den angivna beskrivningen.

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

Parametrar

description
String

Den programdefinierade beskrivningstexten.

Kommentarer

Beskrivningen ServiceProcessDescriptionAttribute som du anger i konstruktorn visas av en visuell designer när du kommer åt egenskapen, händelsen eller förlängaren som attributet gäller för.

Gäller för

Se även