AssemblyInfo.Title Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
String
contenant le AssemblyTitleAttribute associé à l'application.
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 Titre dans la boîte de dialogue Informations sur l’assembly, accessible à partir du volet Application du projet Designer.
Disponibilité par type de projet
Type de projet | Disponible |
---|---|
Application Windows Forms | Oui |
Bibliothèque de classes | Oui |
Application console | Oui |
Bibliothèque de contrôles Windows Forms | Oui |
Bibliothèque de contrôles web | Non |
Service Windows | Oui |
Site web | Non |