VBProjectProperties3.Trademark Propriété

Définition

Ce membre fournit un accès interne uniquement aux propriétés de configuration de projet de Visual Basic. Pour plus d’informations, consultez accès aux propriétés de projet, d’élément de projet et de configuration spécifiques au type de projet.

public:
 property System::String ^ Trademark { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ Trademark { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(12107)]
public string Trademark { [System.Runtime.InteropServices.DispId(12107)] [System.Runtime.InteropServices.TypeLibFunc(1024)] get; [System.Runtime.InteropServices.DispId(12107)] [System.Runtime.InteropServices.TypeLibFunc(1024)] set; }
[<System.Runtime.InteropServices.DispId(12107)>]
[<get: System.Runtime.InteropServices.DispId(12107)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(1024)>]
[<set: System.Runtime.InteropServices.DispId(12107)>]
[<set: System.Runtime.InteropServices.TypeLibFunc(1024)>]
member this.Trademark : string with get, set
Public Property Trademark As String

Valeur de propriété

String

Implémente

Attributs

Remarques

Les composants externes peuvent accéder à ces propriétés par le biais Properties de la collection pour l' Visual Studio objet Automation approprié. (En d'autres termes, ProjectItem pour les fichiers et les dossiers du projet, Project pour les projets et Configuration pour les configurations). Ce nom de membre peut être utilisé comme indexeur dans la collection Properties. Pour plus d’informations sur l’accès aux propriétés de projet via Automation, consultez accès aux propriétés de projet, d’élément de projet et de configuration spécifiques au type de projet.

S’applique à