IVsUIElement Interface

 

Represents a non-platform-specific UI element.

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

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("62C0A03E-4979-4B4E-90F0-56DF90521F79")]
public interface IVsUIElement

NameDescription
System_CAPS_pubmethodget_DataSource(IVsUISimpleDataSource)

Gets the data source for this element.

System_CAPS_pubmethodGetUIObject(Object)

Gets the implementation-specific object (for example, an IVsUIWpfElement or an IVsUIWin32Element).

System_CAPS_pubmethodput_DataSource(IVsUISimpleDataSource)

Binds the specified data source to this element.

System_CAPS_pubmethodTranslateAccelerator(IVsUIAccelerator)

Translates keyboard accelerators.

Return to top
Show: