SchemaModelViewerShownEventArgs.RefreshRequested Property
Gets or sets a value that indicates whether a request was made to refresh the tool window.
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 RefreshRequested As Boolean
public bool RefreshRequested { get; set; }
public:
property bool RefreshRequested {
bool get ();
void set (bool value);
}
member RefreshRequested : bool with get, set
function get RefreshRequested () : boolean
function set RefreshRequested (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