Reference.Extender, propriété
Obtient l'objet Extender demandé s'il est disponible pour cet objet.
Espace de noms: VSLangProj
Assembly : VSLangProj (dans vslangproj.dll)
Syntaxe
'Déclaration
'Utilisation
Paramètres
Valeur de la propriété
Cette propriété retourne Nothing ou référence Null (Nothing en Visual Basic) si aucun objet Extender n'est disponible.
Notes
Le CATID utilisé pour obtenir l'extendeur est donné par la propriété ExtenderCATID de l'objet.
Exemple
Sub ExtenderExample()
' You should have built and installed the Solution Extender
' sample in the Visual Studio Automation Samples directory for
' this to work correctly.
Dim extender As Object
extender = DTE.Solution.Extender("SolutionMisc")
MsgBox(extender.Notes)
End Sub
Voir aussi
Référence
Reference, interface
Membres Reference
VSLangProj, espace de noms