Reference.Extender 屬性
取得要求的擴充項物件 (如果適用於這個物件)。
命名空間: VSLangProj
組件: VSLangProj (在 vslangproj.dll 中)
語法
'宣告
'用途
參數
屬性值
如果沒有可用的擴充項 (Extender) 物件,這項屬性會傳回 Nothing 或 Null 參照 (即 Visual Basic 中的 Nothing)。
備註
取得擴充項時所使用的 CATID,是由物件的 ExtenderCATID 屬性所提供。
範例
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
請參閱
參考
Reference 介面
Reference 成員
VSLangProj 命名空間