IVsUIElementPane Interface
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Dichiarazione
<GuidAttribute("D5083078-66C7-4047-B101-62A5F7997EC5")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsUIElementPane
'Utilizzo
Dim instance As IVsUIElementPane
[GuidAttribute("D5083078-66C7-4047-B101-62A5F7997EC5")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIElementPane
[GuidAttribute(L"D5083078-66C7-4047-B101-62A5F7997EC5")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsUIElementPane
[<GuidAttribute("D5083078-66C7-4047-B101-62A5F7997EC5")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUIElementPane = interface end
public interface IVsUIElementPane