DescriptionAttribute(String) コンストラクター

定義

DescriptionAttribute クラスの新しいインスタンスを初期化します。

public:
 DescriptionAttribute(System::String ^ desc);
public DescriptionAttribute (string desc);
new System.EnterpriseServices.DescriptionAttribute : string -> System.EnterpriseServices.DescriptionAttribute
Public Sub New (desc As String)

パラメーター

desc
String

アセンブリ (アプリケーション)、コンポーネント、メソッド、またはインターフェイスの説明。

次のコード例では、このコンストラクターの使用方法を示します。

[assembly: Description("A system for ensuring that the correct account "
                       "balance is stored after a transaction.")];
[assembly: Description("A system for ensuring that the correct account balance is stored after a transaction.")]

<Assembly: Description("A system for ensuring that the correct account balance is stored after a transaction.")>

適用対象