IVsDropDownItemData 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
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("5C2C0DDE-5D30-43E8-9938-AB5E9D045FD6")> _
Public Interface IVsDropDownItemData
'Usage
Dim instance As IVsDropDownItemData
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("5C2C0DDE-5D30-43E8-9938-AB5E9D045FD6")]
public interface IVsDropDownItemData
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"5C2C0DDE-5D30-43E8-9938-AB5E9D045FD6")]
public interface class IVsDropDownItemData
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("5C2C0DDE-5D30-43E8-9938-AB5E9D045FD6")>]
type IVsDropDownItemData = interface end
public interface IVsDropDownItemData