SchemaViewControllerBase.ToolWindowService Property

Gets or sets the tool window service.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Protected Property ToolWindowService As DatabaseToolWindowService
    Get
    Set
'Usage
Dim value As DatabaseToolWindowService

value = Me.ToolWindowService

Me.ToolWindowService = value
protected DatabaseToolWindowService ToolWindowService { get; set; }
protected:
property DatabaseToolWindowService^ ToolWindowService {
    DatabaseToolWindowService^ get ();
    void set (DatabaseToolWindowService^ value);
}
function get ToolWindowService () : DatabaseToolWindowService
function set ToolWindowService (value : DatabaseToolWindowService)
member ToolWindowService : DatabaseToolWindowService with get, set

Property Value

Type: Microsoft.VisualStudio.Data.Schema.Project.Project.DatabaseToolWindowService

.NET Framework Security

See Also

Reference

SchemaViewControllerBase Class

SchemaViewControllerBase Members

Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows Namespace