DataPackage.IsSqlScriptToolWindowVisible Method
Checks to see whether the Transact-SQL Script tool window is visible.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Function IsSqlScriptToolWindowVisible As Boolean
public bool IsSqlScriptToolWindowVisible()
public:
bool IsSqlScriptToolWindowVisible()
member IsSqlScriptToolWindowVisible : unit -> bool
public function IsSqlScriptToolWindowVisible() : boolean
Return Value
Type: System.Boolean
True if the window is visible.
.NET Framework Security
- 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.