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 クラスの静的プロパティを使用して、このリストにデータ形式を追加することをお勧めします。

注釈

このプロパティが空のリストの場合、すべてのデータ形式が同期の対象となります。

クリップボード データが他のデバイスと同期されていない場合、このプロパティは無視されます。

適用対象