ClipboardContentOptions.RoamingFormats 属性

定义

获取要添加到剪贴板的内容可以同步到其他设备的数据格式列表。

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)

属性值

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

对于要添加到剪贴板的内容,可以同步到其他设备的数据格式列表。 建议使用 StandardDataFormats 类的静态属性向此列表添加数据格式。

注解

如果此属性为空列表,则所有数据格式都符合同步条件。

如果剪贴板数据未同步到其他设备,则忽略此属性。

适用于