Reference.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(20)]
public string ExtenderCATID { [System.Runtime.InteropServices.DispId(20)] [System.Runtime.InteropServices.TypeLibFunc(1088)] get; }
[<System.Runtime.InteropServices.DispId(20)>]
[<get: System.Runtime.InteropServices.DispId(20)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(1088)>]
member this.ExtenderCATID : string
Public ReadOnly Property ExtenderCATID As String

Valeur de propriété

String

Retourne le GUID représentant le CATID de l'objet sous la forme d'une chaîne.

Attributs

Exemples

Sub ExtenderCATIDExample()  
   Dim objDoc As Document  
   objDoc = DTE.ActiveDocument  
   If Not (objDoc Is Nothing) Then  
      MsgBox(objDoc.ExtenderCATID)  
   End If  
End Sub  

Remarques

Notes

Le CATID est généralement spécifique à une implémentation d’un objet. Par exemple, Project.ExtenderCATID est différent pour un objet de projet Visual Basic comparé à un objet de projet Visual C++.

S’applique à