DescriptionAttribute(String) Costruttore

Definizione

Inizializza una nuova istanza della classe DescriptionAttribute.

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

Parametri

desc
String

Descrizione dell'assembly (applicazione), del componente, del metodo o dell'interfaccia.

Esempio

Nell'esempio di codice seguente viene illustrato l'uso di questo costruttore.

[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.")>

Si applica a