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 類別的靜態屬性,將資料格式新增至此清單。
備註
如果此屬性是空的清單,則所有資料格式都有資格進行同步處理。
如果剪貼簿資料未同步至其他裝置,則會忽略這個屬性。