VCCodeNamespace.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(14)]
public string ExtenderCATID { [System.Runtime.InteropServices.DispId(14)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
[<System.Runtime.InteropServices.DispId(14)>]
[<get: System.Runtime.InteropServices.DispId(14)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.ExtenderCATID : string
Public ReadOnly Property ExtenderCATID As String
Valeur de propriété
CATID de l'extendeur.
- Attributs
Remarques
ExtenderCATID retourne le GUID qui représente le CATID de l’objet sous la forme d’une chaîne.
Notes
Le CATID est généralement spécifique à une implémentation d’un objet. Par exemple, ExtenderCATID pour un objet de projet de Visual Basic est différent de ExtenderCATID pour un objet de projet Visual C++.