Reference.Extender プロパティ
要求された Extender オブジェクトがこのオブジェクトで利用できる場合はそれを取得します。
名前空間: VSLangProj
アセンブリ: VSLangProj (vslangproj.dll 内)
構文
'宣言
'使用
パラメータ
プロパティ値
使用可能な Extender オブジェクトがない場合は、Nothing または null オブジェクト参照 (Visual Basic ではNothing) を返します。
解説
Extender の取得に使う 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 名前空間