DataFormats.Dif 欄位

定義

指定 Windows 資料交換格式 (DIF) 資料格式。

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

欄位值

String

備註

DIF 是一種格式,由 ASCII 程式碼所組成,其中資料庫、試算表和類似的檔可以結構化,以便透過其他程式使用及傳送至其他程式。

類別和其他實 IDataObject 作 介面的類別會使用此 DataObject 欄位來描述可用的資料格式。

使用這個欄位搭配 SetData 方法,將具有對應格式的資料新增至資料物件;請使用這個欄位搭配 GetData 方法,以對應的格式擷取資料。 若要檢查資料物件是否包含此格式的資料,請使用 GetDataPresent 方法來查詢格式。

適用於