IWebPartParameters.GetParametersData(ParametersCallback) 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.
Gets the value of the data from the connection provider.
public:
void GetParametersData(System::Web::UI::WebControls::WebParts::ParametersCallback ^ callback);
public void GetParametersData (System.Web.UI.WebControls.WebParts.ParametersCallback callback);
abstract member GetParametersData : System.Web.UI.WebControls.WebParts.ParametersCallback -> unit
Public Sub GetParametersData (callback As ParametersCallback)
Parameters
- callback
- ParametersCallback
The method to call to process the data from the provider.
Remarks
The GetParametersData method is used to retrieve the values from the provider based on a parameter. The method represented by the callback
parameter processes the data for use by the consumer.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.