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 네임스페이스

개념

Automation Extenders 구현 및 사용