MenuDesigner.RefreshSchema(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Refreshes the schema of the data source view for the associated Menu control.
protected:
void RefreshSchema(bool preferSilent);
protected void RefreshSchema (bool preferSilent);
member this.RefreshSchema : bool -> unit
Protected Sub RefreshSchema (preferSilent As Boolean)
Parameters
- preferSilent
- Boolean
If true
, does not display error messages when exceptions occur during processing; otherwise, exception messages are displayed.
Remarks
The RefreshSchema method will be called by the design host only if the CanRefreshSchema property is true.
Applies to
See also
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.