다음을 통해 공유


IVsDropdownBarClient3 인터페이스

Describes the contents of the dropdown bar combinations.

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

구문

‘선언
<GuidAttribute("9F0DC18B-2ED7-435E-B0D2-0ED5577B9635")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsDropdownBarClient3
[GuidAttribute("9F0DC18B-2ED7-435E-B0D2-0ED5577B9635")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsDropdownBarClient3
[GuidAttribute(L"9F0DC18B-2ED7-435E-B0D2-0ED5577B9635")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsDropdownBarClient3
[<GuidAttribute("9F0DC18B-2ED7-435E-B0D2-0ED5577B9635")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsDropdownBarClient3 =  interface end
public interface IVsDropdownBarClient3

IVsDropdownBarClient3 형식에서는 다음과 같은 멤버를 노출합니다.

메서드

  이름 설명
Public 메서드 GetAutomationProperties Gets the automation name and ID for the drop down box.
Public 메서드 GetComboWidth Gets the width of the column by percent. If all the columns return 0, the default width is used. The value should be between 0 and 100.
Public 메서드 GetEntryImage The successor to the GetEntryImage method. This method also returns the image list. If this method returns a non-zero result, the dropdown bar calls GetEntryImage instead.

위쪽

설명

Introduced in Visual Studio 2013 Update 2. To reference the correct assembly version, see Referencing Assemblies Delivered in the Visual Studio 2013 SDK Update 2.

참고 항목

참조

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