DataProviderRequest.SetData(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.
Sets the content of the DataPackage to be shared with a target app.
public:
virtual void SetData(Platform::Object ^ value) = SetData;
void SetData(IInspectable const& value);
public void SetData(object value);
function setData(value)
Public Sub SetData (value As Object)
Parameters
- value
-
Object
Platform::Object
IInspectable
The object associated with a particular format in the DataPackage.