WindowPane.IVsUIElementPane.CloseUIElementPane Method

Definition

Closes the pane.

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsUIElementPane.CloseUIElementPane() = Microsoft::VisualStudio::Shell::Interop::IVsUIElementPane::CloseUIElementPane;
 virtual int Microsoft.VisualStudio.Shell.Interop.IVsUIElementPane.CloseUIElementPane() = Microsoft::VisualStudio::Shell::Interop::IVsUIElementPane::CloseUIElementPane;
int Microsoft.VisualStudio.Shell.Interop.IVsUIElementPane.CloseUIElementPane();
int IVsUIElementPane.CloseUIElementPane ();
abstract member Microsoft.VisualStudio.Shell.Interop.IVsUIElementPane.CloseUIElementPane : unit -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsUIElementPane.CloseUIElementPane : unit -> int
Function CloseUIElementPane () As Integer Implements IVsUIElementPane.CloseUIElementPane

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

Applies to