ServiceProcessDescriptionAttribute(String) Konstruktor

Definíció

Inicializálja az ServiceProcessDescriptionAttribute osztály új példányát a megadott leírás használatával.

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

Paraméterek

description
String

Az alkalmazás által definiált leírás szövege.

Megjegyzések

A konstruktorban ServiceProcessDescriptionAttribute megadott leírást egy vizualizációtervező jeleníti meg, amikor hozzáfér ahhoz a tulajdonsághoz, eseményhez vagy kiterjesztőhöz, amelyre az attribútum vonatkozik.

A következőre érvényes:

Lásd még