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
- 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
SchemaModelViewerShownEventArgs Class
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace