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 حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.