ClipboardContentOptions.RoamingFormats 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取要添加到剪贴板的内容可以同步到其他设备的数据格式列表。
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)
属性值
对于要添加到剪贴板的内容,可以同步到其他设备的数据格式列表。 建议使用 StandardDataFormats 类的静态属性向此列表添加数据格式。
注解
如果此属性为空列表,则所有数据格式都符合同步条件。
如果剪贴板数据未同步到其他设备,则忽略此属性。