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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.