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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.