IVsDropDownItemSupplier Interface

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Syntax

'Declaration
<GuidAttribute("5C6855F0-5975-480A-8DB7-0E5FA2CAC0AA")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsDropDownItemSupplier
'Usage
Dim instance As IVsDropDownItemSupplier
[GuidAttribute("5C6855F0-5975-480A-8DB7-0E5FA2CAC0AA")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsDropDownItemSupplier
[GuidAttribute(L"5C6855F0-5975-480A-8DB7-0E5FA2CAC0AA")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsDropDownItemSupplier
[<GuidAttribute("5C6855F0-5975-480A-8DB7-0E5FA2CAC0AA")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsDropDownItemSupplier =  interface end
public interface IVsDropDownItemSupplier

See Also

Reference

IVsDropDownItemSupplier Members

Microsoft.VisualStudio.Shell.Interop Namespace