Поделиться через


SchemaModelViewerControllerBase.RefreshWhenToolWindowIsShown Property

Gets or sets a value that indicates whether to refresh the tool window the next time that it 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 RefreshWhenToolWindowIsShown As Boolean
protected bool RefreshWhenToolWindowIsShown { get; set; }
protected:
property bool RefreshWhenToolWindowIsShown {
    bool get ();
    void set (bool value);
}
member RefreshWhenToolWindowIsShown : bool with get, set
function get RefreshWhenToolWindowIsShown () : boolean
function set RefreshWhenToolWindowIsShown (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SchemaModelViewerControllerBase Class

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace