Udostępnij za pośrednictwem


SchemaModelViewerShownEventArgs.Shown Property

Gets or sets a value that indicates whether the tool window is displayed or hidden.

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

Syntax

'Declaration
Public Property Shown As Boolean
public bool Shown { get; private set; }
public:
property bool Shown {
    bool get ();
    private: void set (bool value);
}
member Shown : bool with get, private set
function get Shown () : boolean
private function set Shown (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SchemaModelViewerShownEventArgs Class

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