ServiceProcessDescriptionAttribute(String) Конструктор

Определение

Инициализирует новый экземпляр класса с помощью указанного ServiceProcessDescriptionAttribute описания.

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

Параметры

description
String

Текст описания, определенный приложением.

Комментарии

Описание, указанное ServiceProcessDescriptionAttribute в конструкторе, отображается визуальным конструктором при доступе к свойству, событию или расширению, к которому применяется атрибут.

Применяется к

См. также раздел