DataProviderRequest.SetData(Object) Method

Definition

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.

Applies to