다음을 통해 공유


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 클래스의 정적 속성을 사용하여 이 목록에 데이터 형식을 추가하는 것이 좋습니다.

설명

이 속성이 빈 목록인 경우 모든 데이터 형식을 동기화할 수 있습니다.

클립보드 데이터가 다른 디바이스와 동기화되지 않은 경우 이 속성은 무시됩니다.

적용 대상