XmlDataSourceDesigner.Configure Method

Definition

Launches the configuration wizard for the underlying data source.

public:
 override void Configure();
public override void Configure ();
override this.Configure : unit -> unit
Public Overrides Sub Configure ()

Remarks

The Configure method is called by the design host, if the CanConfigure property is true.

Applies to

See also