ModelingWindowPane.Show Method

Displays the modeling window, brings it to the top, and makes it the active window.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'宣言
Public Sub Show
'使用
Dim instance As ModelingWindowPane

instance.Show()
public void Show()
public:
void Show()
public function Show()

Remarks

This method implements the IVsWindowFrame interface.

Permissions

See Also

Reference

ModelingWindowPane Class

ModelingWindowPane Members

Microsoft.VisualStudio.Modeling.Shell Namespace