Project.ExtenderCATID 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 l'identificateur de catégorie (CATID) d'extendeur de l'objet.
public:
property System::String ^ ExtenderCATID { System::String ^ get(); };
public:
property Platform::String ^ ExtenderCATID { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(208)]
public string ExtenderCATID { [System.Runtime.InteropServices.DispId(208)] [System.Runtime.InteropServices.TypeLibFunc(1024)] get; }
[<System.Runtime.InteropServices.DispId(208)>]
[<get: System.Runtime.InteropServices.DispId(208)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(1024)>]
member this.ExtenderCATID : string
Public ReadOnly Property ExtenderCATID As String
Valeur de propriété
Chaîne représentant le CATID de l'objet sous la forme d'un GUID.
- Attributs
Remarques
Notes
Project.ExtenderCATID pour un Visual Basic objet de projet est différent de Project.ExtenderCATID pour un Visual C++ objet de projet.