SchemaModelViewerControllerBase.ToolWindowIsShowing Property
Gets a value that indicates whether the tool window to which this controller is attached (Schema View or dependency view) is shown.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Protected Property ToolWindowIsShowing As Boolean
protected bool ToolWindowIsShowing { get; set; }
protected:
property bool ToolWindowIsShowing {
bool get ();
void set (bool value);
}
member ToolWindowIsShowing : bool with get, set
function get ToolWindowIsShowing () : boolean
function set ToolWindowIsShowing (value : boolean)
Property Value
Type: System.Boolean
.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.
See Also
Reference
SchemaModelViewerControllerBase Class
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace