IVsDropdownBarManager.GetDropdownBar 메서드
코드 창에 연관 된 드롭 다운 막대를 반환 합니다.
네임스페이스: Microsoft.VisualStudio.TextManager.Interop
어셈블리: Microsoft.VisualStudio.TextManager.Interop(Microsoft.VisualStudio.TextManager.Interop.dll)
구문
‘선언
Function GetDropdownBar ( _
<OutAttribute> ByRef ppDropdownBar As IVsDropdownBar _
) As Integer
int GetDropdownBar(
out IVsDropdownBar ppDropdownBar
)
int GetDropdownBar(
[OutAttribute] IVsDropdownBar^% ppDropdownBar
)
abstract GetDropdownBar :
ppDropdownBar:IVsDropdownBar byref -> int
function GetDropdownBar(
ppDropdownBar : IVsDropdownBar
) : int
매개 변수
ppDropdownBar
형식: Microsoft.VisualStudio.TextManager.Interop.IVsDropdownBar%[out] 포인터를 드롭다운 표시줄로 nullNull 참조(Visual Basic의 경우 Nothing) 없는 경우입니다.
반환 값
형식: Int32
메서드가 성공 하면, 반환 S_OK.실패할 경우 오류 코드를 반환합니다.
설명
COM 시그니처
Textmgr.idl에서:
HRESULT IVsDropdownBarManager::GetDropdownBar(
[out] IVsDropdownBar **ppDropdownBar
);
GetDropdownBar코드 창에 연관 된 드롭다운 표시줄로를 돌려 보냅니다. 있을 경우 하나를 반환 S_OK 보냅니다. 다시는 AddRef ptr를 해야 했습니다. 없을 경우 1을 반환 S_FALSE 를 설정 하 고 ppDropdownBar 에 nullNull 참조(Visual Basic의 경우 Nothing).
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용를 참조하세요.