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
- 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.