Share via


ClipboardContentOptions.RoamingFormats Property

Definition

Gets the list of data formats that can be synced to other devices for the content being added to the clipboard.

public:
 property IVector<Platform::String ^> ^ RoamingFormats { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> RoamingFormats();
public IList<string> RoamingFormats { get; }
var iVector = clipboardContentOptions.roamingFormats;
Public ReadOnly Property RoamingFormats As IList(Of String)

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

The list of data formats that can be synced to other devices for the content being added to the clipboard. We recommend that you add data formats to this list by using the static properties of the StandardDataFormats class.

Remarks

If this property is an empty list, then all data formats are eligible for syncing.

This property is ignored if the clipboard data is not synced to other devices.

Applies to