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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.