다음을 통해 공유


ClipboardContentOptions.HistoryFormats 속성

정의

클립보드에 추가되는 콘텐츠의 클립보드 기록에서 지원되는 데이터 형식 목록을 가져옵니다.

public:
 property IVector<Platform::String ^> ^ HistoryFormats { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> HistoryFormats();
public IList<string> HistoryFormats { get; }
var iVector = clipboardContentOptions.historyFormats;
Public ReadOnly Property HistoryFormats As IList(Of String)

속성 값

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

클립보드에 추가되는 콘텐츠의 클립보드 기록에서 지원되는 데이터 형식 목록입니다. StandardDataFormats 클래스의 정적 속성을 사용하여 이 목록에 데이터 형식을 추가하는 것이 좋습니다.

설명

이 속성이 빈 목록인 경우 모든 데이터 형식은 클립보드 기록에 적합합니다.

클립보드 데이터가 클립보드 기록에 추가되지 않으면 이 속성은 무시됩니다.

적용 대상