ModelingWindowPane.ShowNoActivate Method

Displays the modeling window, brings it to the top, but does not make 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 ShowNoActivate
'使用
Dim instance As ModelingWindowPane

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

Remarks

This method frequently exposes a tool window and keeps focus on the active modeling window.

This method implements the IVsWindowFrame interface.

Permissions

See Also

Reference

ModelingWindowPane Class

ModelingWindowPane Members

Microsoft.VisualStudio.Modeling.Shell Namespace