IVsUIElement Interface
Represents a non-platform-specific UI element.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("62C0A03E-4979-4B4E-90F0-56DF90521F79")> _
Public Interface IVsUIElement
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("62C0A03E-4979-4B4E-90F0-56DF90521F79")]
public interface IVsUIElement
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"62C0A03E-4979-4B4E-90F0-56DF90521F79")]
public interface class IVsUIElement
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("62C0A03E-4979-4B4E-90F0-56DF90521F79")>]
type IVsUIElement = interface end
public interface IVsUIElement
The IVsUIElement type exposes the following members.
Methods
Name | Description | |
---|---|---|
get_DataSource | Gets the data source for this element. | |
GetUIObject | Gets the implementation-specific object (for example, an IVsUIWpfElement or an IVsUIWin32Element). | |
put_DataSource | Binds the specified data source to this element. | |
TranslateAccelerator | Translates keyboard accelerators. |
Top