ProjectConfigurationProperties3.ExtenderCATID Propriété

Définition

Ce membre fournit un accès interne uniquement aux propriétés de configuration de projet J#. 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 ^ ExtenderCATID { System::String ^ get(); };
public:
 property Platform::String ^ ExtenderCATID { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(10032)]
public string ExtenderCATID { [System.Runtime.InteropServices.DispId(10032)] [System.Runtime.InteropServices.TypeLibFunc(1088)] get; }
[<System.Runtime.InteropServices.DispId(10032)>]
[<get: System.Runtime.InteropServices.DispId(10032)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(1088)>]
member this.ExtenderCATID : string
Public ReadOnly Property ExtenderCATID As String

Valeur de propriété

String

Implémente

Attributs

Remarques

Les composants externes peuvent accéder à ces propriétés via la collection Properties pour l'objet Automation Visual Studio 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 à