次の方法で共有


ServiceProcessDescriptionAttribute コンストラクタ

説明を指定して、 ServiceProcessDescriptionAttribute クラスの新しいインスタンスを初期化します。

Public Sub New( _
   ByVal description As String _)
[C#]
public ServiceProcessDescriptionAttribute(
   stringdescription);
[C++]
public: ServiceProcessDescriptionAttribute(
   String* description);
[JScript]
public function ServiceProcessDescriptionAttribute(
   description : String);

パラメータ

  • description
    アプリケーション定義の説明テキスト。

解説

ctor コンストラクタで指定した説明は、属性が適用されるプロパティ、イベント、またはエクステンダにアクセスしたときに、ビジュアルなデザイナで表示されます。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

ServiceProcessDescriptionAttribute クラス | ServiceProcessDescriptionAttribute メンバ | System.ServiceProcess 名前空間 | Description