ClipboardContentOptions.HistoryFormats 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得剪貼簿記錄中針對要新增至剪貼簿的內容所支援的資料格式清單。
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)
屬性值
剪貼簿歷程記錄中針對要新增至剪貼簿的內容所支援的資料格式清單。 建議您使用 StandardDataFormats 類別的靜態屬性,將資料格式新增至此清單。
備註
如果此屬性是空的清單,則所有資料格式都符合剪貼簿記錄的資格。
如果剪貼簿資料未新增至剪貼簿記錄,則會忽略這個屬性。