IVsUIElementPane Interface

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

Syntax

‘선언
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("D5083078-66C7-4047-B101-62A5F7997EC5")> _
Public Interface IVsUIElementPane
‘사용 방법
Dim instance As IVsUIElementPane
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("D5083078-66C7-4047-B101-62A5F7997EC5")]
public interface IVsUIElementPane
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"D5083078-66C7-4047-B101-62A5F7997EC5")]
public interface class IVsUIElementPane
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("D5083078-66C7-4047-B101-62A5F7997EC5")>]
type IVsUIElementPane =  interface end
public interface IVsUIElementPane

See Also

Reference

IVsUIElementPane Members

Microsoft.VisualStudio.Shell.Interop Namespace