IVsUIElement Interface

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

Syntax

'Dichiarazione
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("62C0A03E-4979-4B4E-90F0-56DF90521F79")> _
Public Interface IVsUIElement
'Utilizzo
Dim instance As 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

See Also

Reference

IVsUIElement Members

Microsoft.VisualStudio.Shell.Interop Namespace