ShellWindowPaneUserControl 类

定义

public ref class ShellWindowPaneUserControl : System::Windows::Forms::UserControl, Microsoft::VisualStudio::OLE::Interop::IOleCommandTarget, Microsoft::VisualStudio::Shell::Interop::IVsWindowFrameNotify, Microsoft::VisualStudio::Shell::Interop::IVsWindowPane, System::ComponentModel::ICustomTypeDescriptor
public class ShellWindowPaneUserControl : System.Windows.Forms.UserControl, Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget, Microsoft.VisualStudio.Shell.Interop.IVsWindowFrameNotify, Microsoft.VisualStudio.Shell.Interop.IVsWindowPane, System.ComponentModel.ICustomTypeDescriptor
type ShellWindowPaneUserControl = class
    inherit UserControl
    interface IVsWindowPane
    interface IVsWindowFrameNotify
    interface IOleCommandTarget
    interface ICustomTypeDescriptor
Public Class ShellWindowPaneUserControl
Inherits UserControl
Implements ICustomTypeDescriptor, IOleCommandTarget, IVsWindowFrameNotify, IVsWindowPane
继承
ShellWindowPaneUserControl
派生
实现

构造函数

ShellWindowPaneUserControl()
ShellWindowPaneUserControl(Boolean)

字段

m_sp
menuCommands
selectionServiceForProperties

属性

NameInPropWindow

方法

ClosePane()
CreatePaneWindow(IntPtr, Int32, Int32, Int32, Int32, IntPtr)
Dispose(Boolean)
Exec(Guid, UInt32, UInt32, IntPtr, IntPtr)
FillMenuCommands()
GetDefaultSize(SIZE[])
GetService(Guid)
GetService(Type)
LoadViewState(IStream)
OnDockableChange(Int32)
OnExec(Guid, UInt32, UInt32, IntPtr, IntPtr)
OnMove()
OnQueryStatus(Guid, UInt32, OLECMD[], IntPtr)
OnShow(Int32)
OnSize()
OnWindowPaneClose()
OnWindowPaneCreate()
QueryStatus(Guid, UInt32, OLECMD[], IntPtr)
SaveViewState(IStream)
SetSite(IServiceProvider)
ShouldSubscribeToChildrenFocusEvent(Control)
TranslateAccelerator(MSG[])
UpdateMenuCommandsStatus(MenuCommand)
UpdatePropWindow(Object)

显式接口实现

ICustomTypeDescriptor.GetAttributes()
ICustomTypeDescriptor.GetClassName()
ICustomTypeDescriptor.GetComponentName()
ICustomTypeDescriptor.GetConverter()
ICustomTypeDescriptor.GetDefaultEvent()
ICustomTypeDescriptor.GetDefaultProperty()
ICustomTypeDescriptor.GetEditor(Type)
ICustomTypeDescriptor.GetEvents()
ICustomTypeDescriptor.GetEvents(Attribute[])
ICustomTypeDescriptor.GetProperties()
ICustomTypeDescriptor.GetProperties(Attribute[])
ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor)

适用于