RowToParametersTransformer.Transform(Object) 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.
Provides an object for transforming the data.
public:
override System::Object ^ Transform(System::Object ^ providerData);
public override object Transform (object providerData);
override this.Transform : obj -> obj
Public Overrides Function Transform (providerData As Object) As Object
Parameters
- providerData
- Object
The provider data to be transformed.
Returns
An Object representing the data to be transformed.
Remarks
The Transform method provides an object for transforming the provider data from the type IWebPartRow to the type IWebPartParameters so it can be used 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.