다음을 통해 공유


VsDropdownBarClass.RefreshCombo 메서드

현재 선택 영역을 지정 하는 콤보의 다시 그리기를 수행 합니다.

네임스페이스:  Microsoft.VisualStudio.TextManager.Interop
어셈블리:  Microsoft.VisualStudio.TextManager.Interop(Microsoft.VisualStudio.TextManager.Interop.dll)

구문

‘선언
Public Overridable Function RefreshCombo ( _
    iCombo As Integer, _
    iNewSelection As Integer _
) As Integer
public virtual int RefreshCombo(
    int iCombo,
    int iNewSelection
)
public:
virtual int RefreshCombo(
    [InAttribute] int iCombo, 
    [InAttribute] int iNewSelection
)
abstract RefreshCombo : 
        iCombo:int * 
        iNewSelection:int -> int  
override RefreshCombo : 
        iCombo:int * 
        iNewSelection:int -> int
public function RefreshCombo(
    iCombo : int, 
    iNewSelection : int
) : int

매개 변수

  • iCombo
    형식: Int32

    [in] 드롭다운 표시줄로 / 창이 콤보.

  • iNewSelection
    형식: Int32

    [in] 새로 선택한 항목입니다.

반환 값

형식: Int32

구현

IVsDropdownBar.RefreshCombo(Int32, Int32)

.NET Framework 보안

참고 항목

참조

VsDropdownBarClass 클래스

Microsoft.VisualStudio.TextManager.Interop 네임스페이스