IVsUIElement Interface

Definition

Represents a non-platform-specific UI element.

public interface class IVsUIElement
public interface class IVsUIElement
__interface IVsUIElement
public interface IVsUIElement
[System.Runtime.InteropServices.Guid("62C0A03E-4979-4B4E-90F0-56DF90521F79")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIElement
type IVsUIElement = interface
[<System.Runtime.InteropServices.Guid("62C0A03E-4979-4B4E-90F0-56DF90521F79")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUIElement = interface
Public Interface IVsUIElement
Derived
Attributes

Methods

get_DataSource(IVsUISimpleDataSource)

Gets the data source for this element.

GetUIObject(Object)

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

put_DataSource(IVsUISimpleDataSource)

Binds the specified data source to this element.

TranslateAccelerator(IVsUIAccelerator)

Translates keyboard accelerators.

Applies to