AssemblyInfo.Title Propriété

Définition

Obtient le titre associé à l’application.

public:
 property System::String ^ Title { System::String ^ get(); };
public string Title { get; }
member this.Title : string
Public ReadOnly Property Title As String

Valeur de propriété

Contenant String l’application AssemblyTitleAttribute associée.

Exceptions

L’assembly n’a pas d’attribut AssemblyTitleAttribute .

Exemples

Cet exemple utilise la My.Application.Info.Title propriété pour afficher le titre associé à l’application.

MsgBox("Application title: " & My.Application.Info.Title)

Remarques

La My.Application.Info.Title propriété obtient le titre associé à l’application.

Vous pouvez modifier le titre en modifiant la valeur de Title dans la boîte de dialogue Assembly Information, accessible à partir du volet Application du concepteur Project.

Disponibilité par type de projet

Type de projet Disponible
application Windows Forms Yes
Bibliothèque de classes Yes
Application console Yes
Bibliothèque de contrôles Windows Forms Yes
Bibliothèque de contrôles web Non
Service Windows Yes
Site Web Non

S’applique à

Voir aussi