VCCodeMap.ExtenderCATID Propriété

Définition

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é

String

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++.

S’applique à