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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.