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