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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.