共用方式為


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 類別的靜態屬性,將資料格式新增至此清單。

備註

如果此屬性是空的清單,則所有資料格式都符合剪貼簿記錄的資格。

如果剪貼簿資料未新增至剪貼簿記錄,則會忽略這個屬性。

適用於