語言

DataFormats.Rtf 欄位

定義

規定富文本格式(RTF)資料格式。

public: static initonly System::String ^ Rtf;
public static readonly string Rtf;
 staticval mutable Rtf : string
Public Shared ReadOnly Rtf As String 

欄位值

備註

RTF 是文件內容架構的一種改良,用於在應用程式間傳輸格式化的文字文件。

此欄位由 DataObject 類別及其他實作 IDataObject 介面的類別使用,以描述可用的資料格式。

使用此欄位與方法一同 SetData 將對應格式的資料加入資料物件;使用此欄位與該方法一同 GetData 取得相應格式的資料。 要檢查資料物件是否包含此格式的資料,請使用 GetDataPresent 查詢該格式的方法。

適用於